RxCrypt: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Small dynamic library for REXX, containing function crypt (), which use of | 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 to TCP/IP daemons: Mail, Telnet, Apache and DialIn. | ||
;Files | |||
* [[RXCRYPT.DLL]] | |||
== | ==Version== | ||
* | * 1.0 (1998) | ||
==License== | ==License== | ||
*Source code included. | *Source code included. | ||
*Author: Dmitry A.Steklenev | *Author: Dmitry A. Steklenev | ||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Latest revision as of 17:24, 14 September 2022
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 to TCP/IP daemons: Mail, Telnet, Apache and DialIn.
- Files
Version
- 1.0 (1998)
License
- Source code included.
- Author: Dmitry A. Steklenev