Guest User

Untitled

a guest
Apr 15th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function offset(offset, letter){
  2. return chr(ord(letter) + offset));
  3. }
  4.  
  5. each(toEncrypt, function(key, value){
  6. offset(3, value);
  7. });
Advertisement
Add Comment
Please, Sign In to add comment