encryptable icon indicating copy to clipboard operation
encryptable copied to clipboard

General Questions

Open johannesschobel opened this issue 6 years ago • 0 comments

Dear @sagalbot ,

i am considering this package to be used in my application. In this context, however, i have some questions you may answer:

  1. 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) ;)

  2. Is it possible to use another encryption key beside the APP_KEY? I may want to decrypt the data "based on a user-generated key" (e.g., i want to hash the userid and use this hash as a key to encrypt all data produced by this specific user!) This way, the user A can only decrypt() "his own" data, which may be - depending on the application scenario - crucial.

  3. 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

johannesschobel avatar Aug 01 '18 12:08 johannesschobel