Jump to content

RxCrypt: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
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 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==
==Version==
* 1.0 (1998)
* 1.0 (1998)
==Files==
* [[RXCRYPT.DLL]]


==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