Skip to content

Commit

Permalink
Merge pull request #147 from yatsenko-ihor/feature/DOC-239_aes_gcm
Browse files Browse the repository at this point in the history
DOC-239: AES GCM encryption
  • Loading branch information
valb3r authored Aug 27, 2019
2 parents e9a1d7c + c6ad6d8 commit 2e158c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public class DefaultCMSEncryptionConfig implements CMSEncryptionConfig {

@Inject
public DefaultCMSEncryptionConfig() {
algorithm = DatasafeCryptoAlgorithm.AES256_CBC;
algorithm = DatasafeCryptoAlgorithm.AES256_GCM;
}
}

0 comments on commit 2e158c6

Please sign in to comment.