Jump to content

Rexx/EEC: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
A [[REXX]] extension that allows REXX to encode/decode, de/compress and encrypt/decrypt strings. This is useful for a variety of functions and ideal for working with a bunch of file formats such as some versions of [[XML]].
An extension that allows [[REXX]] to encode/decode, de/compress and encrypt/decrypt strings. This is useful for a variety of functions and ideal for working with a bunch of file formats such as some versions of [[XML]].


==Version==
==Version==
Line 6: Line 6:
==Links==
==Links==
* [http://rexxeec.sourceforge.net/index.html REXX/EEC Homepage]
* [http://rexxeec.sourceforge.net/index.html REXX/EEC Homepage]
* [https://sourceforge.net/projects/rexxeec/ REXX/EEC project page] - on [[SourceForge]].
* [https://sourceforge.net/projects/rexxeec/ REXX/EEC SourceForge project]


==Licence==
==Licence==
Line 14: Line 14:
* [[Mark Hessling]]
* [[Mark Hessling]]


[[Category:Tools]][[Category:REXX]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:REXX Function Library]][[Category:Open Source Software]][[Category:Software written in C]]

Revision as of 16:04, 20 October 2016

An extension that allows REXX to encode/decode, de/compress and encrypt/decrypt strings. This is useful for a variety of functions and ideal for working with a bunch of file formats such as some versions of XML.

Version

  • Last known version: REXX/EECL v1 (2008-05-19)

Links

Licence

  • Open source software released under the LGPL v2.1.

Author