eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow cryptography at the System

otaviojava opened this issue · comments

The issues have the goals to:

  • Make the Settings an immutable instance
  • Allows cryptography at Settings

Also, make some cryptography available by default:

  • plaintext, no password
  • 3DES
  • DES
  • Allows an extensible mechanism with SPI.

References:

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?)

Nice, I'm waiting for feedback.
I create a draft code about it:
#167