24 Commits

Author SHA1 Message Date
Jake W. Ireland
ed8d568a93 Added more tests for code coverage goal 2021-05-03 18:50:47 +12:00
Jake W. Ireland
925b8de686 Default chatty to io = stdout in crack_monoalphabetic; suppress chatty printing in tests 2021-04-29 11:42:15 +12:00
Jake W. Ireland
cc144fa165 Added chatty crack_monoalphabetic test for code coverage goal 2021-03-10 11:32:57 +13:00
Jake W. Ireland
2431d3c0f7 Fixed syntax error 2021-03-09 13:33:24 +13:00
Jake W. Ireland
2ae0efd513 Type-error bug fix for monoalphabetic (fixes #28) 2021-03-09 13:18:01 +13:00
Jake W. Ireland
938d326ce6 Merged substitution.jl with monoalphabetic.jl, updating documentation accordingly 2021-01-13 02:05:01 +13:00
Jake W. Ireland
e23f905f3e Ensure tests don't have multiple imports (the base runtests file already imports ClassicalCiphers) 2021-01-13 02:04:01 +13:00
Jake W. Ireland
46cf9ca9fa rectified incorrect test in substitution 2021-01-12 23:49:48 +13:00
Jake W. Ireland
55183d284c Added substitution cipher 2021-01-11 19:31:53 +13:00
Jake W. Ireland
29ebc22cd2 Updated Caesar method to fall back to traditionally used shift, and changed one test case for a more accurate test statement... 2021-01-11 17:30:40 +13:00
Jake W. Ireland
9cb4f1306c Added Rail Fence Cipher implementation (addresses #23)
This is only my attempt at an implementation.  @r0cketr1kky can still have another attempt, or refine my solution, but it is here now for people to use.

TODO: add better docstrings.
2021-01-08 04:48:00 +13:00
Patrick Stevens
2a0eb5c630 Move to Project.toml, bump to Julia v1 (#18) 2019-09-12 19:18:28 +01:00
Smaug123
d3b54be6ed Make crack_cipher outputs consistent for different ciphers 2016-01-16 21:45:40 +00:00
Smaug123
448f307184 Implement Enigma encryption/decryption. 2016-01-12 17:36:55 +00:00
Smaug123
50d684b744 Add more tests, and bugfix
crack_caesar was checking keys 1:26 not 0:25
crack_vigenere was outputting key incorrectly
2016-01-09 08:43:42 +00:00
Smaug123
8fb21fd039 Add Playfair encryption/decryption 2016-01-08 20:09:12 +00:00
Smaug123
4208df943b Add Hill cipher encryption/decryption 2016-01-07 12:27:34 +00:00
Smaug123
6a6aa3d078 Add Affine functionality - encrypt, decrypt, crack 2016-01-06 19:56:06 +00:00
Smaug123
f977720155 Add Portas cipher encryption/decryption 2016-01-06 16:05:36 +00:00
Smaug123
d0bda1d6e7 Add crack_caesar functionality 2016-01-04 13:14:31 +00:00
Smaug123
37e40640a0 Enforce lower/uppercase consistency; expand readme 2016-01-04 09:31:35 +00:00
Smaug123
949816f7e0 Add source files this time 2016-01-03 21:43:29 +00:00
Smaug123
27675bee94 First commit, with caesar, solitaire, vigenere, monoalphabetic encrypt/decrypt 2016-01-03 20:58:35 +00:00
Smaug123
e8bcf6216c ClassicalCiphers.jl generated files.
license:  BSD
    authors:  Smaug123
    years:    2016
    user:     Smaug123

Julia Version 0.4.1 [cbe1bee*]
2016-01-03 20:04:35 +00:00