Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Ronin::Support::Crypto::Vigenere module #460

Open
postmodern opened this issue Nov 12, 2023 · 0 comments
Open

Add a Ronin::Support::Crypto::Vigenere module #460

postmodern opened this issue Nov 12, 2023 · 0 comments
Labels
crypto Cryptography feature New Feature help-wanted Extra attention is needed idea Random idea

Comments

@postmodern
Copy link
Member

postmodern commented Nov 12, 2023

Add a Ronin::Support::Crypto::Vigenere module for encrypting/decrypting Vigenere ciphers. Vigenere ciphers are sometimes used in CTFs and crypto challenges. This module might not be automatically loaded by ronin/support/crypto, since Vigenere ciphers are rarely used.

Example code: https://github.com/robertodecurnex/vigenere/blob/master/lib/vigenere.rb

@postmodern postmodern added feature New Feature idea Random idea crypto Cryptography help-wanted Extra attention is needed labels Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto Cryptography feature New Feature help-wanted Extra attention is needed idea Random idea
Projects
None yet
Development

No branches or pull requests

1 participant