Java icon indicating copy to clipboard operation
Java copied to clipboard

[FEATURE REQUEST] AES cipher in CBC v1 mode

Open ojasva opened this issue 2 years ago • 1 comments

What would you like to Propose?

New Algorithm under https://github.com/TheAlgorithms/Java/tree/master/src/main/java/com/thealgorithms/ciphers

File Name Proposed: AES_CBC_v1.java

What? An implementation of CBC version 1 mode of AES algorithm in java.

Issue details

The AES algorithm operates in multiple modes, CBC (Cypher Block-Chaining) is one of the most popular and well-known modes. An implementation of CBC v1 mode of AES algorithm would be really good in this repository.

Note: This issue is self-assigned and PR is raised as a part of Hacktoberfest

Additional Information

No response

ojasva avatar Oct 03 '23 07:10 ojasva

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 03 '23 00:11 github-actions[bot]

Please reopen this issue once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

github-actions[bot] avatar Jan 27 '24 00:01 github-actions[bot]