encryptable
encryptable copied to clipboard
General Questions
Dear @sagalbot ,
i am considering this package to be used in my application. In this context, however, i have some questions you may answer:
-
Is this package still actively developed? I see the last commit is somewhere in April 2017 - which is approx. 1 year old. Do you plan to maintain this "library" (or rather trait) ;)
-
Is it possible to use another
encryption key
beside theAPP_KEY
? I may want to decrypt the data "based on a user-generated key" (e.g., i want to hash theuserid
and use this hash as a key to encrypt all data produced by this specific user!) This way, the user A can onlydecrypt()
"his own" data, which may be - depending on the application scenario - crucial. -
Would it be benefitial to add some
Events
(e.g., if a value was de/encrypted)? What do you think?
All the best and thank you for your time and efforts