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..."
 
No edit summary
Line 14: Line 14:
* Dmitry A.Steklenev
* Dmitry A.Steklenev


[[Category:Tools]]
[[Category:REXX Function Library]]

Revision as of 14:57, 9 December 2016

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

Files

License

  • Source code included.

Author

  • Dmitry A.Steklenev