Skip to content

Add Base16 algorithm to encrypt and decrypt#23

Merged
felipebonezi merged 2 commits into
mainfrom
feature/base16-algorithm
Mar 27, 2023
Merged

Add Base16 algorithm to encrypt and decrypt#23
felipebonezi merged 2 commits into
mainfrom
feature/base16-algorithm

Conversation

@felipebonezi

Copy link
Copy Markdown
Owner

✨ New feature

  • What is new?
    • Encryption and Decryption to Base16 algorithm.

@felipebonezi felipebonezi added this to the 1.2.0 milestone Dec 9, 2022
@felipebonezi felipebonezi added the type:feature Amazing new feature. label Dec 9, 2022
Comment thread src/main/java/io/github/felipebonezi/cipherizy/algorithm/Base16Cipher.java Outdated
Comment thread src/main/java/io/github/felipebonezi/cipherizy/algorithm/Base16Cipher.java Outdated
@felipebonezi
felipebonezi force-pushed the feature/base16-algorithm branch from c91ff0e to 27c99a0 Compare December 9, 2022 20:30
@felipebonezi felipebonezi linked an issue Dec 9, 2022 that may be closed by this pull request
@felipebonezi
felipebonezi force-pushed the feature/base16-algorithm branch from 27c99a0 to 6d92f71 Compare December 10, 2022 11:11
@felipebonezi felipebonezi added the tip:merge-when-ready Merge PR when is passing to all checks. label Dec 10, 2022
@felipebonezi

Copy link
Copy Markdown
Owner Author

Ready for the next release 1.2.0.
We'll merge when all issues are finished.

felipebonezi and others added 2 commits December 10, 2022 12:57
Signed-off-by: Felipe Bonezi <[email protected]>
Set default charset.

Co-authored-by: sonatype-lift[bot] <37194012+sonatype-lift[bot]@users.noreply.github.com>
Signed-off-by: Felipe Bonezi <[email protected]>
@felipebonezi
felipebonezi force-pushed the feature/base16-algorithm branch from 6d92f71 to 2d05e32 Compare December 10, 2022 15:57
@felipebonezi
felipebonezi merged commit 8c0d8eb into main Mar 27, 2023
@felipebonezi
felipebonezi deleted the feature/base16-algorithm branch March 27, 2023 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tip:merge-when-ready Merge PR when is passing to all checks. type:feature Amazing new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Base16, Base32 and Base64 cryptography encode and decode

1 participant