[FEATURE REQUEST] Vernam Cipher
What would you like to Propose?
I'd like to implement vernam cipher for cipher folder.
Issue details
Currently vernam cipher is missing in ciphers folder, I'd like to implement it.
Additional Information
No response
Hey there I would like to contribute to this project, please assign me this issue
I want to work on this issue
@amansheoran15 are you working on this? I could not find your PR. If not, please inform us. It seems that @krupalitandel1 and @Rohxn16 want do do it.
I was waiting for approval to do this , I'll do this
I was waiting for approval to do this , I'll do this
@amansheoran15 great! When you will be ready, please mention me in the PR. Please make sure to add tests of your implementation (and do not add the main method to your class). Some good PR to look at:
- #4456,
- #4465.
I'm not able to run the code , it says to upgrade version to 17 , I use Java SDK 16. Also how to test code without main ? I'm confused
I guess you will add tests for your class like VernamCipherTest.java. You can type in the console (in the root of this project) something like
mvn test
or
mvn test -Dtest=VernamCipherTest
just to test your implementation.
If you have problems with creating a local environment, you can always use gitpod - this repo is setup to work there.
I wanna work on this is one, is it available now?
I wanna work on this is one, is it available now?
I think @amansheoran15 is working on it.
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 contribution!
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!