aescrypt icon indicating copy to clipboard operation
aescrypt copied to clipboard

Fix namespace issue with base64

Open juicemia opened this issue 11 years ago • 0 comments

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.

juicemia avatar Jan 26 '15 17:01 juicemia