Impetus / kundera

A JPA 2.1 compliant Polyglot Object-Datastore Mapping Library for NoSQL Datastores.Please subscribe to:
http://groups.google.com/group/kundera-discuss/subscribe
Apache License 2.0
903 stars 233 forks source link

Is it possible in password encryption in persistence.xml using kundera ? #701

Open sbheda opened 9 years ago

sbheda commented 9 years ago

Hi, I want to encrypt password in persistence.xml. Is it possible?

Thanks & Regards, Shraddha Bheda

chhavigangwal commented 9 years ago

@sbheda

It is not possible to use encrypted passwords in persistence.xml using Kundera. BTW , which data store are you working on and for what use case?

Chhavi

mevivs commented 9 years ago

@sbheda @chhavigangwal I guess, another way could be, to use Kundera property externalization support, where you can set such encrypted properties programmatically within code itself while instantiating EMF or EM or via external configuration file.

HTH, -Vivek