storing passwords in database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bartosz Wegrzyn

    storing passwords in database

    hi,

    I would like to store windows passwords and usernames in database.
    Please tell me where to start?
    What database can I use?
    Can I use free microsoft database?

    Thanks

    Bart
  • Simon Hayes

    #2
    Re: storing passwords in database

    blwegrzyn@lexon .ws (Bartosz Wegrzyn) wrote in message news:<44cab9a0. 0407081152.2d33 de2e@posting.go ogle.com>...[color=blue]
    > hi,
    >
    > I would like to store windows passwords and usernames in database.
    > Please tell me where to start?
    > What database can I use?
    > Can I use free microsoft database?
    >
    > Thanks
    >
    > Bart[/color]

    It's not really clear why you want to store "Windows" passwords in a
    database - it would usually be better to leave authentication to the
    operating system. If you're asking generally about encrypting data
    within SQL Server, then this page may be helpful:



    As for which database to use, that depends on your skills, budget and
    environment. MSDE is a free version of SQL Server:

    SQL Server 2025 redefines what's possible for enterprise data. With developer-first features and integration with analytics and AI models, SQL Server 2025 accelerates AI innovation using the data you already have.


    Simon

    Comment

    • D Wines

      #3
      Re: storing passwords in database

      blwegrzyn@lexon .ws (Bartosz Wegrzyn) wrote in message news:<44cab9a0. 0407081152.2d33 de2e@posting.go ogle.com>...[color=blue]
      > hi,
      >
      > I would like to store windows passwords and usernames in database.
      > Please tell me where to start?
      > What database can I use?
      > Can I use free microsoft database?
      >
      > Thanks
      >
      > Bart[/color]

      If free is your primary interest, you may want to go with something
      like mySQL. Access is fine for small projects, but you will have to
      buy it. MS SQL costs alot. I don't think you can use Microsoft and
      free together in the same sentence. I'm guessing you are not a
      database person which means a few things:
      1. mySQL is hard to install and configure
      2. Access is relatively cheap



      Doug Wines
      Cobalt Data, Inc.
      Stress free and easy shopping experience. Simple and speedy service.

      Comment

      • David Portas

        #4
        Re: storing passwords in database

        > I don't think you can use Microsoft and[color=blue]
        > free together in the same sentence.[/color]

        Microsoft MSDE is free. :-)

        --
        David Portas
        SQL Server MVP
        --


        Comment

        • Noel

          #5
          Re: storing passwords in database

          On 9 Jul 2004 00:59:06 -0700, dwines@cobaltda ta.com (D Wines) wrote:
          [color=blue]
          >If free is your primary interest, you may want to go with something
          >like mySQL.[/color]

          Or for something truly free, Firebird.


          Comment

          • Bartosz Wegrzyn

            #6
            Re: storing passwords in database

            "David Portas" <REMOVE_BEFORE_ REPLYING_dporta s@acm.org> wrote in message news:<jIydnXQMk 6W5xXPdRVn-sA@giganews.com >...[color=blue][color=green]
            > > I don't think you can use Microsoft and
            > > free together in the same sentence.[/color]
            >
            > Microsoft MSDE is free. :-)[/color]

            I do have some experience with mysql.
            I am able to install the database server and create a php interface to
            the database. All I want is to store username in a database.
            I am having a lot of problems with people that work in our school.
            The forget passwords, so we would like to give them a option to login
            to the website and then by asking a questions gice a option to eset or
            chage the password.

            Thanks

            Comment

            • D Wines

              #7
              Re: storing passwords in database

              "David Portas" <REMOVE_BEFORE_ REPLYING_dporta s@acm.org> wrote in message news:<jIydnXQMk 6W5xXPdRVn-sA@giganews.com >...[color=blue][color=green]
              > > I don't think you can use Microsoft and
              > > free together in the same sentence.[/color]
              >
              > Microsoft MSDE is free. :-)[/color]

              Alright, you got me there. I can't imagine why that one slipped my brain. :)

              Comment

              Working...