patrickfav / armadillo

A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes.
https://favr.dev/opensource/armadillo
Apache License 2.0
280 stars 52 forks source link

Java 8 / Springboot version #39

Open tuzzmaniandevil opened 5 years ago

tuzzmaniandevil commented 5 years ago

Is there a version of this project for Java 8 and/or springboot?

Really good project and would love to use it in a server/side project I'm working on.

patrickfav commented 5 years ago

Hi, great you like it.

Currently this is tightly coupled to only work with the Android framework unfortunately. What is your exact use case? Because this project is optimized to work on customer devices, where even the user might be an attacker.