Until now, I was using jasypt to encrypt a string before storing it on disk on app closing, and later when opening the app for decrypt the string after retrieving it from disk. It was super easy with jasypt, this was the code: It worked perfectly, but now, jasypt is deprecated and I’m trying to migrate to the Google Tink