eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
231 stars 72 forks source link

Allow cryptography at the System #162

Closed otaviojava closed 5 years ago

otaviojava commented 5 years ago

The issues have the goals to:

Also, make some cryptography available by default:

References:

keilw commented 5 years ago

Try to align with "password aliasing" in Jakarta Security, if that is still relevant to Jakarta Security (@arjantijms , any idea, if that's still relevant in Jakarta EE or has the idea been abandoned?)

otaviojava commented 5 years ago

Nice, I'm waiting for feedback. I create a draft code about it: https://github.com/eclipse/jnosql/pull/167