I want to encrypt and decrypt the data on client-side for that i am using SJCL library, but i want my key to be expired after a scheduled time , so my question here is -
is it possible to generate such a key while using SJCL(or any other library may be) ,
if yes how? provided that the key must be demolished on the client side only without any server interaction?
any help is greatly appreciated. thanks