Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (let* ((msg (ironclad:ascii-string-to-byte-array "hello"))
- (key (ironclad:ascii-string-to-byte-array "password"))
- (out (copy-seq msg)))
- (ironclad:encrypt (ironclad:make-cipher :blowfish :key key :mode :ecb)
- msg out)
- (equalp msg out)) => T
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement