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

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

module sts/ia32/elf/end.sts