RonPaii
Active member
- Local time
- Today, 05:13
- Joined
- Jul 16, 2025
- Messages
- 268
Gustav, I apologize for the confusion about your module requiring a reference to Microsoft ActiveX Object Library. It is only required by my login module.There seems to be some misunderstanding here regarding my VBA.Cryptography
First, Microsoft ActiveX Data Objects 6.1 Library is not referenced anywhere. The library uses native Windows API calls only. Although you can do many things in VBA, native calls will always be way faster.
I updated the code in GitHub to remove any confusion with anyone looking at my version. I also added your notes about random numbers.