add directory Linux-0.98
This commit is contained in:
13
Linux-0.98/Yggdrasil-0.98.3/usr/lib/ghostscript/decrypt.ps
Normal file
13
Linux-0.98/Yggdrasil-0.98.3/usr/lib/ghostscript/decrypt.ps
Normal file
@@ -0,0 +1,13 @@
|
||||
% Decrypt an eexec-encoded file.
|
||||
|
||||
(t.in) (r) file /in exch def
|
||||
(t.out) (w) file /out exch def
|
||||
256 string /buf exch def
|
||||
55665 % eexec encryption seed
|
||||
{ in buf readhexstring /more exch def
|
||||
dup type1decrypt out exch writestring
|
||||
more not { exit } if
|
||||
} loop
|
||||
in closefile
|
||||
out closefile
|
||||
quit
|
||||
Reference in New Issue
Block a user