Need simple example for string encrypting / descryping of string.

0 votes
asked by about MarshallSoft Delphi AES Library
edited by

I just need encryption of a string. And, separately, decryption. I tried to use our examples, but without success, like this:

   myencryptedtext  := encrypt (mytext,'MYPASSWORD')
   mytext           := decrypt (myencryptedtext ,'MYPASSWORD')

If you send me a usefull example, I will order your library.

1 Answer

0 votes
No avatar answered by (309k points)

There are plenty examples out there related to string encryption/decryption. You can browse the results found through Google Search to learn more about this procedure.

Additionally, you can use MarshallSoft's libraries through the following link: http://www.marshallsoft.com/advanced-encryption-standard.htm

Note: On the bottom of the page, there are user guides and manuals that you can download to learn how to work with the libraries.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...