Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ahaha~

Name: Anonymous 2011-06-14 20:30

(defun trip (input)
       (let ((salt
          (subseq (concatenate 'string input "H..")
              1 3)))
         (setf salt (regex-replace-all "[^\.-z]" salt "."))
         (setf salt (translate ":;<=>?@[\\]^_`" "ABCDEFGabcdef" salt))
         (let ((res (crypt input salt)))
           (subseq res (- (length res) 10)))))

I'm writing an imageboard in Common Lisp.

Problem, /prog/?

Name: Anonymous 2011-06-14 20:51

Also, I implemented Crypt simply by linking to libcrypt with CFFI.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List