Results 1 to 10 of 10

Thread: Create a program to store usernames and passwords?

Threaded View

  1. #10
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: Create a program to store usernames and passwords?

    Web base login will only encrypt(and that if you specify it) your login password.
    It will not encrypt the users passwords.
    Do you mean you can add users to the database and they will be encrypted?
    Yes that is an option but the OP must still use a control that will view the data,make a function that will insert users to the database thus playing with asp.net security,use authentication,Authorization, be sure to use an encryption key because hased protection will make the passwords unreadable thus he must play with the web.config and also be sure that to encrypt the web.config so the encryption key and the connectionstring would be unreadable.He must also make sure to decrypt everything on web.config if he decides to move the app in another server.
    That is a long way to go and i believe that if the OP wants a simple user,pass list the excel is fine.
    Last edited by sapator; Oct 22nd, 2010 at 09:31 PM.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width