aboutsummaryrefslogtreecommitdiff
path: root/encrypt.sts
blob: 3b546fcea0d1e9bc1b4110b59382d9114a13ed89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module ia32/elf/begin.sts
module cipher.sts

set_entry
    0 local password
    1 as passlen
    passlen 1 - local pos
    do sys_read 0 = until
        password passlen pos cipher sys_write
    od
sys_exit

module ia32/elf/end.sts