Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Hi,

     I just want to share my simple Class to Encrypt and Decrypt your text or password. I usually used this when saving as Password in my UDT.

  •      You can download this DLL here. The file password is "SAP"
  •      This class is compatible in any platform, platform means (x64 or x86).
    • After you download, just add it to your project reference.
    • You can declare your own Signature for encryption.

Here's a sample screenshot for this function:

  1. The first textbox was the Normal Text.
  2. The second textbox was the Encrypted Text.
  3. 3rd was the Decrypted Text.

How to use:

Declaration:

Dim oEncryp As New Encrypt_Decrypt.Encrypt_Decrypt("@SAP_SCN")

Encryption:

Decryption:

Hope this helped you in your every coding :smile: .

Don't forget to RATE and LIKE this content :wink:

Regards,

5 Comments
Labels in this area