HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //usr/share/ghostscript/8.70/lib/decrypt.ps
%!
% Decrypt an eexec-encoded file.
% $Id: decrypt.ps 6300 2005-12-28 19:56:24Z giles $

(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