RxCrypt: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Small dynamic library for REXX, containing function crypt (), which use of unix systems and a majority of the OS/2 programs working with internet. It was used for a writing of the small program synchronising the password on TCP/IP daemons: Mail, Telnet, Apache and DialIn. | |||
Small dynamic library for REXX, containing function crypt (), which use of unix systems and | |||
==Files== | ==Files== | ||
Line 9: | Line 5: | ||
==License== | ==License== | ||
* Source code included. | *Source code included. | ||
*Author: Dmitry A.Steklenev | |||
== | ==Links== | ||
* | * [http://www.os2site.com/sw/util/encryption/ Version 1.0 - 1998] | ||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Revision as of 14:34, 11 May 2018
Small dynamic library for REXX, containing function crypt (), which use of unix systems and a majority of the OS/2 programs working with internet. It was used for a writing of the small program synchronising the password on TCP/IP daemons: Mail, Telnet, Apache and DialIn.
Files
License
- Source code included.
- Author: Dmitry A.Steklenev