Open programistawpf opened 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
I think you will need to serialize the decryptor; what errors do you encounter with JLD2?
Very usefull package! Thanks. I need to save and keep decryptor !
Is possible to save this decryptor ? is not possibile with JLD or JLD2 . Do you have some idea how to do? Paul