Encryption

Z

Zeya

I need to encrypt information and decrypt saved information. What is
the best method to do this in C#?

I need to save information in humanly non-readable form and preferrably
encoded with date or some key and be able to retrieve the encoded
information programmatically to display to the user. If it is key based
then the encryption should be such that every time the key is changed
it should not affect previously encrypted data. Requirement is not to
archive the key.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top