fernet-java8
fernet-java8 copied to clipboard
Java 8 implementation of the Fernet Specification
Bumps `pmd.version` from 6.20.0 to 6.48.0. Updates `pmd-core` from 6.20.0 to 6.48.0 Release notes Sourced from pmd-core's releases. PMD 6.48.0 (30-July-2022) 30-July-2022 - 6.48.0 The PMD team is pleased to...
Bumps `jersey.version` from 2.31 to 3.0.5. Updates `jersey-container-servlet-core` from 2.31 to 3.0.5 Updates `jersey-hk2` from 2.34 to 3.0.5 Updates `jersey-test-framework-provider-grizzly2` from 2.34 to 3.0.5 Updates `jersey-media-json-jackson` from 2.34 to 3.0.5...
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.13.0 to 3.17.0. Release notes Sourced from maven-pmd-plugin's releases. 3.17.0 🚀 New features and improvements MPMD-309 - Add configuration option to show suppressed violations (#59) @adangel MPMD-332...
This also adds more fuzz targets.
I have read the open and closed issues regarding this but I am still very lost. I am using java. I need to only decrypt the cipher in android. **Crash...
Based on discussion on this #https://github.com/l0s/fernet-java8/issues/377 I changed my code to be like this : ``` val keyByte = Base64.decode(keyString, Base64.URL_SAFE) val key = Key(keyByte) val tokenByte = Base64.decode(encrypted, Base64.URL_SAFE)...
Consider creating an object for generating Fernet tokens that encapsulates the entropy source ( `Random` ) and time source ( `Clock` ). This would function similar to the way `Validator`...
This is a shipyard addition of a builder and factory for generating new Fernet tokens. It also updates the unit tests to provide examples of how they would be used....
Bumps org.slf4j:jul-to-slf4j from 2.0.10 to 2.0.12. [](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...
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.0 to 1.16.1. Changelog Sourced from commons-codec:commons-codec's changelog. Apache Commons Codec 1.16.1 RELEASE NOTES The Apache Commons Codec component contains encoder and decoders for various formats such...