VoipNewbie
Technical User
Hey Everyone-
I am trying to make an asp.net vb web page utilizing system.security.cryptography.
When a user goes to the site they will create an account and as their information is submitted to the database i will have a process creating the public and private keys for the user.
The user will then goto the login page and enter their username and press submit.. then something on the server side will take a link and encrypt it with the users public key... then that link will be decrypted with the users stored private key and the user will have access if all goes well. My question is... how do i create the "service" on the server that will encrypt the link with the users public key?
any suggestions?
thank you in advance.
I am trying to make an asp.net vb web page utilizing system.security.cryptography.
When a user goes to the site they will create an account and as their information is submitted to the database i will have a process creating the public and private keys for the user.
The user will then goto the login page and enter their username and press submit.. then something on the server side will take a link and encrypt it with the users public key... then that link will be decrypted with the users stored private key and the user will have access if all goes well. My question is... how do i create the "service" on the server that will encrypt the link with the users public key?
any suggestions?
thank you in advance.