aboutsummaryrefslogtreecommitdiff
path: root/cipher.sts
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.sts')
-rw-r--r--cipher.sts12
1 files changed, 0 insertions, 12 deletions
diff --git a/cipher.sts b/cipher.sts
deleted file mode 100644
index c87b67a..0000000
--- a/cipher.sts
+++ /dev/null
@@ -1,12 +0,0 @@
-defword cipher
- 3 ref as cipher.byte
- 2 get as cipher.password
- 1 get as cipher.len
- 0 get as cipher.pos
- cipher.pos @ word_size mul cipher.password + @
- cipher.byte @ xor
- cipher.byte !
- cipher.pos @ 0 = if cipher.len cipher.pos ! fi
- cipher.pos @ 1 - cipher.pos !
- drop drop drop
-exit