Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
marcus.hardt
pluto
Commits
0c2bd54a
Commit
0c2bd54a
authored
Oct 16, 2014
by
Daniel Hofmann
Browse files
Py nosalt clarification
parent
e726df33
Changes
1
Hide whitespace changes
Inline
Side-by-side
interop/py/interop.py
View file @
0c2bd54a
...
@@ -92,7 +92,8 @@ def _selftest_nosalt():
...
@@ -92,7 +92,8 @@ def _selftest_nosalt():
assert
(
dec
==
plaintext
),
'encryption decryption round robin mismatch'
assert
(
dec
==
plaintext
),
'encryption decryption round robin mismatch'
# TODO(daniel): openssl's 'Salted__' + salt prepended scheme, not implemented yet
# XXX: openssl's 'Salted__' + salt prepended scheme, not implemented yet
# see: http://security.stackexchange.com/a/23239 for what a salt does to iv, key
def
_selftest_salt
():
def
_selftest_salt
():
pass
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment