Next: , Previous: , Up: Utils   [Contents]

19.3 Encryption

;; hash a string with MD5
(string->md5 str)
;; hash a string with SHA-1
(string->sha-1 str)