jonataslaw / get_storage

A fast, extra light and synchronous key-value storage to Get framework
MIT License
368 stars 83 forks source link

Encryption support #9

Open stefandevo opened 4 years ago

stefandevo commented 4 years ago

Do you plan any encryption support in the future, or would this be something everyone should do on his own?

jonataslaw commented 4 years ago

The next step will be: Encryption (for all platforms, I am still choosing the best cost-benefit security X use of ram / cpu): Failure resistance: SecureStorage for android and iOS (keychan and keystore). For web and desktop, encryption looks a lot more like decryption, since I need to store the hash somewhere and there is no such thing as a keychan/keystore for them. So I will at least create something to hide plain-text.

stefandevo commented 4 years ago

Okay. At least we would need something to hide plain text because that is too obvious especially on web. Looking forward to the solution.

prakash-indorkar commented 3 years ago

I am also looking forward to having this feature. Great to see it's already on the road map.

omzer commented 3 years ago

Any updates on this regard? @jonataslaw

hatemragab commented 3 years ago

Any updates ?

xOldeVx commented 1 year ago

@jonataslaw Any update?