[FEATURE REQUEST] AES cipher in CBC v1 mode
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
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.
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!