Demonstrating how easy it is to perform VBA Cryptography using a JavaScript library. With Plain VBA you can hash or cipher (encrypt/decrypt) strings.
This is a great way to protect your data and in today's world, this is more important than ever!
With the approach shown, you can effectively do:
#️ Hashing:
• MD5
• SHA-1
• SHA-2
224
256
384
512
• SHA-3 (not the standard version however)
224
256
384
512
• RIPEMD-160
🔐 Ciphering:
• AES
• DES
• Triple DES
• Rabbit
• RC4
This also demonstrates the general approach enough that you could employ the same technique, but using another library to be able to use other cryptography algorithms.
Article(s) on this Subject:
• https://www.devhut.net/how-to-do-hash...
If you want to learn about entire Microsoft Access database encryption then refer to:
• https://www.devhut.net/access-passwor...
My Links:
• https://www.cardaconsultants.com/ (business)
• https://www.devhut.net/ (blog)