Open juicemia opened 9 years ago
There was an issue with Base64 being interpreted as a part of AESCrypt instead of its own class:
token = AESCrypt.encrypt(message, password) NameError: uninitialized constant AESCrypt::Base64
All I added was the scope resolution operator.
There was an issue with Base64 being interpreted as a part of AESCrypt instead of its own class:
All I added was the scope resolution operator.