Jump to content

RxCrypt: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
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 on TCP/IP daemons: Mail, Telnet, Apache and DialIn.
==Version==
* 1.0 (1998)


==Files==
==Files==
Line 7: Line 10:
*Source code included.
*Source code included.
*Author: Dmitry A.Steklenev
*Author: Dmitry A.Steklenev
==Links==
* [http://www.os2site.com/sw/util/encryption/ Version 1.0 - 1998]


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

Revision as of 14:44, 15 March 2020

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.

Version

  • 1.0 (1998)

Files

License

  • Source code included.
  • Author: Dmitry A.Steklenev