Name:
Anonymous
2013-04-02 2:24
/* Declarations */
dcl dd ctrl char(32);
dcl dd ctrl-function char(2) def(ctrl) pos(1) init(X'0007');
dcl dd * char(2) def(ctrl) pos(3) init(X'00');
dcl dd ctrl-salt char(2) def(ctrl) pos(5);
dcl dd * char(26) def(ctrl) pos(7) init(X'00');
dcl spcptr .cipher-result init(cipher-result);
dcl dd cipher-result char(13);
dcl spcptr .cipher-source init(cipher-source);
dcl dd cipher-source char(8);
/* The crypt() function, used in tripcodes */
cipher .cipher-result, ctrl, .cipher-source;
Name:
Anonymous
2013-04-02 7:30
>>5
If you ignore every Nikita post, then yes.