SecretKey destroy in JAVA (android) -


hi have secretkey use encrypting data in sqlite db. best practise secretkey:

  1. keep key on memory
  2. destroy key after usage , request secretkey every time storage when required.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -