Skip to content

Add Base32 algorithm to encrypt and decrypt#24

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

Add Base32 algorithm to encrypt and decrypt#24
felipebonezi merged 2 commits into
mainfrom
feature/base32-algorithm

Conversation

@felipebonezi

Copy link
Copy Markdown
Owner

What's Changed

✨ New feature

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

Fixes #22

@felipebonezi felipebonezi added the type:feature Amazing new feature. label Dec 10, 2022
Comment thread src/main/java/io/github/felipebonezi/cipherizy/algorithm/Base32Cipher.java Outdated
@felipebonezi felipebonezi added the tip:merge-when-ready Merge PR when is passing to all checks. label Dec 10, 2022
@felipebonezi felipebonezi added this to the 1.2.0 milestone Dec 10, 2022
@felipebonezi
felipebonezi force-pushed the feature/base32-algorithm branch 2 times, most recently from cb961f6 to 9f64607 Compare December 10, 2022 15:52
Fixes #22

Signed-off-by: Felipe Bonezi <[email protected]>
@felipebonezi
felipebonezi force-pushed the feature/base32-algorithm branch from 9f64607 to d53cb9d Compare March 27, 2023 11:15
Narrowing Compound Assignment

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/base32-algorithm branch from d53cb9d to 04516f2 Compare March 27, 2023 11:18
@felipebonezi
felipebonezi merged commit e2956a3 into main Mar 27, 2023
@felipebonezi
felipebonezi deleted the feature/base32-algorithm branch March 27, 2023 11:21
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