Jump to content

RxCrypt: Difference between revisions

From EDM2
Created page with "==Description== Small dynamic library for REXX, containing function crypt (), which use of unix systems and, as i have found out, majority of the OS/2 programs working with in..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
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.
Small dynamic library for REXX, containing function crypt (), which use of unix systems and, as i have found out, majority of the OS/2 programs working with internet. I used it for a writing of the small program synchronizing the password on tcp/ip daemons: Mail, Telnet, Apache and DialIn. All works perfectly.
;Files
 
* [[RXCRYPT.DLL]]
==Download==
* [http://www.os2site.com/sw/util/encryption/ Version 1.0 - 1998]


==Files==
==Version==
* [[RXCRYPT.DLL]]
* 1.0 (1998)


==License==
==License==
* Source code included.
*Source code included.
 
*Author: Dmitry A. Steklenev
==Author==
* Dmitry A.Steklenev


[[Category:Tools]]
[[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