Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
bletchley
Browse files
Jun 04, 2019
Merge branch 'DEV-atbash' into 'master'
· a95091b9
Tom Mann
authored
Jun 04, 2019
View commits for tag 0.3.0
0.3.0
a95091b9
Jun 03, 2019
Removed bifid cipher in preperation for release
· 1887cd8a
Tom Mann
authored
Jun 03, 2019
1887cd8a
May 29, 2019
Updated Python versions
· a4a5108f
Tom Mann
authored
May 29, 2019
a4a5108f
Addressed pyroma issues
· 28fa8cb4
Tom Mann
authored
May 29, 2019
28fa8cb4
Changed pyroma path
· 089e94ec
Tom Mann
authored
May 29, 2019
089e94ec
Switched x and y for final decryption step
· cfcc01a2
Tom Mann
authored
May 29, 2019
cfcc01a2
Added pyroma
· 88a27064
Tom Mann
authored
May 29, 2019
88a27064
Replaced random with secrets for crypto
· 656cfafd
Tom Mann
authored
May 29, 2019
656cfafd
Added audit stage with additional security checks
· e5cf4a55
Tom Mann
authored
May 29, 2019
e5cf4a55
Pinned numpy version
· 46760e51
Tom Mann
authored
May 29, 2019
46760e51
Updated requirements path for audit
· cc45adf3
Tom Mann
authored
May 29, 2019
cc45adf3
Fixed audit stage
· 3c55e4be
Tom Mann
authored
May 29, 2019
3c55e4be
Added dependency audit
· 59d1ef10
Tom Mann
authored
May 29, 2019
59d1ef10
May 24, 2019
Fixed over-indentation
· 72069c15
Tom Mann
authored
May 24, 2019
72069c15
Removed import math for PEP8 compliance
· 65fef45e
Tom Mann
authored
May 24, 2019
65fef45e
Implemented encrypt and decrypt
· 198194c8
Tom Mann
authored
May 24, 2019
198194c8
Added Bifid unit test and placeholder; Upped version number
· 0e7e1fa2
Tom Mann
authored
May 24, 2019
0e7e1fa2
Added self to reversed alphabet definition
· 74ff7ec8
Tom Mann
authored
May 24, 2019
74ff7ec8
Added key method
· de6c6bde
Tom Mann
authored
May 24, 2019
de6c6bde
Fixed Atbash unit tests
· f9642aca
Tom Mann
authored
May 24, 2019
f9642aca
Added implementation of Atbash cipher
· f4f04e21
Tom Mann
authored
May 24, 2019
f4f04e21
Added Atbash unit test and placeholder implementation
· 1b9e31b1
Tom Mann
authored
May 24, 2019
1b9e31b1
Merge branch 'DEV-ADFGV_cipher' into 'master'
· e8ba2a4d
Tom Mann
authored
May 24, 2019
View commits for tag 0.2.0
0.2.0
e8ba2a4d
Upped version number
· 3ed78ccb
Tom Mann
authored
May 24, 2019
3ed78ccb
Renamed cipher fixture to cipher_implementation
· ef438ab9
Tom Mann
authored
May 24, 2019
ef438ab9
Added __init__ files to test directories
· 4b0c9828
Tom Mann
authored
May 24, 2019
4b0c9828
May 23, 2019
Added bletchley to cipher import path
· 7fc642eb
Tom Mann
authored
May 23, 2019
7fc642eb
Changed test class name
· 7bdec437
Tom Mann
authored
May 23, 2019
7bdec437
Expanded tests
· 99db551d
Tom Mann
authored
May 23, 2019
99db551d
Update test/ciphers/ test_adfgvx_cipher.py, test/ciphers/test_cipher.py files
· 44d03b5d
Tom Mann
authored
May 23, 2019
44d03b5d
Added ADFGHVX and alphanumeric sanitise with unit tests
· 65ff9417
Tom Mann
authored
May 23, 2019
65ff9417
Changed J to be j for decryption tests and removed debug messages
· be9aedf2
Tom Mann
authored
May 23, 2019
be9aedf2
Removed J from decryption test
· f2df5067
Tom Mann
authored
May 23, 2019
f2df5067
Added debug messages
· 43e3a2cb
Tom Mann
authored
May 23, 2019
43e3a2cb
Update bletchley/ciphers/adfgx_cipher.py
· 9fbbdffa
Tom Mann
authored
May 23, 2019
9fbbdffa
Swapped columns and rows for decrpytion
· 89aa478d
Tom Mann
authored
May 23, 2019
89aa478d
Removed debug messages
· d21a7a30
Tom Mann
authored
May 23, 2019
d21a7a30
Added debugging messages to test and made key dynamic for decryption
· ded19253
Tom Mann
authored
May 23, 2019
ded19253
Swapped row and column order for encryption
· d2e4202f
Tom Mann
authored
May 23, 2019
d2e4202f
Update test/ciphers/test_adfgx_cipher.py
· 8d0566de
Tom Mann
authored
May 23, 2019
8d0566de
Loading