This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
Validate encryption logic used to exchange payment info between nodes #122
Labels
question
Further information is requested
We currently use:
AES: CBC + PKCS5 (7)
RSA: ECB + OAEPWithSHA-1AndMGF1Padding
The implementation is here: https://github.com/open-prevo/openprevo/blob/master/encrypted-data-model/src/main/java/ch/prevo/open/encrypted/services/DataEncrypter.java
The text was updated successfully, but these errors were encountered: