| Class | Description |
|---|---|
| CipherRSAFactory |
https://docs.oracle.com/javase/9/docs/api/javax/crypto/spec/OAEPParameterSpec.html
https://security.stackexchange.com/questions/97548/breaking-down-rsa-ecb-oaepwithsha-256andmgf1padding
|
| CipherSymmetricFactory |
AES-GCM
https://wiki.sei.cmu.edu/confluence/display/java/MSC61-J.+Do+not+use+insecure+or+weak+cryptographic+algorithms
https://gist.github.com/praseodym/f2499b3e14d872fe5b4a
OAEP
https://stackoverflow.com/questions/32161720/breaking-down-rsa-ecb-oaepwithsha-256andmgf1padding
https://docs.oracle.com/javase/9/docs/api/javax/crypto/spec/OAEPParameterSpec.html
https://docs.oracle.com/cd/E23943_01/security.1111/e10037/crypto.htm#BJFCICAE
https://docs.oracle.com/javase/9/docs/api/javax/crypto/spec/OAEPParameterSpec.html
https://security.stackexchange.com/questions/97548/breaking-down-rsa-ecb-oaepwithsha-256andmgf1padding
|