Jump to content

RxCrypt: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
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 on 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.
 
==Download==
* [http://www.os2site.com/sw/util/encryption/ Version 1.0 - 1998]


==Files==
==Files==
Line 9: Line 5:


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


==Author==
==Links==
* Dmitry A.Steklenev
* [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

Links