JuliaCrypto / Nettle.jl

Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption
Other
51 stars 34 forks source link

Is possible to save this decryptor dec ? #98

Open programistawpf opened 5 years ago

programistawpf commented 5 years ago

Very usefull package! Thanks. I need to save and keep decryptor !

dec = Decryptor("AES256", key)

Is possible to save this decryptor ? is not possibile with JLD or JLD2 . Do you have some idea how to do? Paul

staticfloat commented 5 years ago

I think you will need to serialize the decryptor; what errors do you encounter with JLD2?