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 tests #47

Merged
merged 9 commits into from
Oct 31, 2022
Merged

add tests #47

merged 9 commits into from
Oct 31, 2022

Conversation

marvhus
Copy link
Contributor

@marvhus marvhus commented Oct 16, 2022

For more information on how to contribute check out issue #49

@marvhus marvhus self-assigned this Oct 16, 2022
@marvhus marvhus changed the base branch from main to beta October 16, 2022 14:52
@marvhus marvhus added the help wanted Extra attention is needed label Oct 16, 2022
@marvhus marvhus mentioned this pull request Oct 16, 2022
@marvhus marvhus linked an issue Oct 16, 2022 that may be closed by this pull request
@marvhus
Copy link
Contributor Author

marvhus commented Oct 16, 2022

#49

@marvhus marvhus linked an issue Oct 16, 2022 that may be closed by this pull request
@marvhus marvhus removed a link to an issue Oct 16, 2022
@marvhus marvhus linked an issue Oct 16, 2022 that may be closed by this pull request
@marvhus marvhus removed a link to an issue Oct 17, 2022
- 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
@marvhus marvhus marked this pull request as ready for review October 31, 2022 19:29
@marvhus
Copy link
Contributor Author

marvhus commented Oct 31, 2022

I know this works, and I have tested it, so I will just merge it.

@marvhus marvhus merged commit 163b493 into beta Oct 31, 2022
@marvhus marvhus deleted the tests branch October 31, 2022 19:30
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
enhancement New feature or request hacktoberfest-accepted help wanted Extra attention is needed
Projects
No open projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

Making Tests
1 participant