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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is possible to save this decryptor dec ?

programistawpf opened this issue · comments

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

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