-
-
Notifications
You must be signed in to change notification settings - Fork 18
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 tests #47
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
Closed
Closed
Closed
Closed
Closed
- r47 -- Rot 47 - rc --- Reverse Cipher
- Changed required googletrans version from 3.0.0 to 3.1.0a0 - Added test for L33T.py - Added test for mor.py - Added test for oct.py - Added test for translate.py - Added test for vig.py - Added test for xor.py modified: requirements.txt modified: src/cipher/ciphers/L33T.py modified: src/cipher/ciphers/mor.py modified: src/cipher/ciphers/oct.py modified: src/cipher/ciphers/translate.py modified: src/cipher/ciphers/vig.py modified: src/cipher/ciphers/xor.py
I know this works, and I have tested it, so I will just merge it. |
marvhus
added a commit
that referenced
this pull request
Oct 31, 2022
* beta branch * banner styling & readme update * update readme * update to banner generation * add gaderypoluki.py (#50) * add gaderypoluki.py * fix * bug fixes * Update update.py Co-authored-by: Martin <marvahus@proton.me> Co-authored-by: Martin <44480334+marvhus@users.noreply.github.com> * Updated README.md (#56) * Update README.md Removed guide on how to use cryptex, and linked to wiki. Changed version number for Pumpkin Patch from V0.1.0 to V1.0.0 * Update CONTRIBUTING.md Added instructions for adding featured in the beta branch * added sha 224, 256, 384 hash algorithms (#57) * cryoads setup * loki resolves * added sha 224, 256, 384 hash algorithms Co-authored-by: Shepherd <81541045+ItsJustShepherd@users.noreply.github.com> Co-authored-by: Alex Kollar <89718570+AlexKollar@users.noreply.github.com> Co-authored-by: Martin <44480334+marvhus@users.noreply.github.com> * add pb cipher (#60) Co-authored-by: Martin <marvahus@proton.me> * Update README.md * Update README.md * Update CONTRIBUTING.md * Made lots of tweaks to the grammar, spellings, and made the overall text sound more concise. (#61) * Update README.md * Update CONTRIBUTING.md * Made lots of tweaks to the grammar, spellings, and made the overall text sound more concise. Co-authored-by: Martin <44480334+marvhus@users.noreply.github.com> * Fixed SE error where it overwrote the image content * add tests (#47) * add test * added tests fro cc, and text * Added some tests, and exceptions * Added tests * Added some tests - r47 -- Rot 47 - rc --- Reverse Cipher * B64 test * Updates to ciphers and requirements - Changed required googletrans version from 3.0.0 to 3.1.0a0 - Added test for L33T.py - Added test for mor.py - Added test for oct.py - Added test for translate.py - Added test for vig.py - Added test for xor.py modified: requirements.txt modified: src/cipher/ciphers/L33T.py modified: src/cipher/ciphers/mor.py modified: src/cipher/ciphers/oct.py modified: src/cipher/ciphers/translate.py modified: src/cipher/ciphers/vig.py modified: src/cipher/ciphers/xor.py * feat: Add Affine Cipher (#66) * Update README.md * Update CONTRIBUTING.md * add affine cipher Co-authored-by: Martin <44480334+marvhus@users.noreply.github.com> Co-authored-by: Martin <marvahus@proton.me> * feat: Add Playfair Cipher (#67) * Update README.md * Update CONTRIBUTING.md * add playfair cipher Co-authored-by: Martin <44480334+marvhus@users.noreply.github.com> Co-authored-by: Martin <marvahus@proton.me> * final preparations for merge Co-authored-by: bmalvo <95172679+bmalvo@users.noreply.github.com> Co-authored-by: Sowham Bhuin <108983339+sb-decoder@users.noreply.github.com> Co-authored-by: R C N <plbwymw@gmail.com> Co-authored-by: Shepherd <81541045+ItsJustShepherd@users.noreply.github.com> Co-authored-by: Alex Kollar <89718570+AlexKollar@users.noreply.github.com> Co-authored-by: mastdev <44112399+mastdev@users.noreply.github.com> Co-authored-by: dia <54020066+dianosaur12@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For more information on how to contribute check out issue #49