jonataslaw / get_storage

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

Encrypt support for values #107

Open quiquegarcia opened 2 years ago

quiquegarcia commented 2 years ago

What happen if we need to write sensible data and encrypt those values like passwords or another sensible data?

It will be helpful to have support to encrypt certain values or by default all the data values like Encrypted Shared Preferences does.

anton-yazlovetskiy commented 2 years ago

I support it! A very necessary function