commons-crypto icon indicating copy to clipboard operation
commons-crypto copied to clipboard

Apache Commons Crypto

Results 23 commons-crypto issues
Sort by recently updated
recently updated
newest added

Bumps jaxb-impl from 2.3.6 to 4.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.sun.xml.bind:jaxb-impl&package-manager=maven&previous-version=2.3.6&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

add sm4-ctr and sm4-cbc in opensslCipher

The idea it's reuse the code regarding to check a null or empty String

In order to avoid duplicate code and try to unify the transformation of the token i think it's necessary create the next class: OpenSslTransform --> Utility code for dealing with...

* Avoid redundant toString. * Avoid redundant initializer. * Make final var.

Let cryptoInPutStream and cryptoOutputStream bases class to support gcm.

This fixes [CRYPTO-2: Create benchmark for Apache Commons Crypto](https://issues.apache.org/jira/browse/CRYPTO-2).

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. Release notes Sourced from actions/upload-artifact's releases. v3.1.1 Update actions/core package to latest version to remove set-output deprecation warning #351 Commits 83fd05a Bump actions-core to...

dependencies
github_actions