Just make you own, :)
encrypt proc far
; AL = byte to crypt
dec al
not al
rol al, 1
rol al, 1
xor al, KEY ; KEY = say 0ceh or something
ret
encrypt endp
decrypt proc far
xor al, KEY
ror al, 1
ror al, 1
I don't believe we can use this in FreeDOS. There is no information
in the tar file to indicate the distribution license, so I am unsure
how this was meant to be redistributed. But the most obvious blocker
is that this program is patent-encumbered, and cannot be used
commercially (all users of t
On Sun, 2007-04-01 at 10:40 -0500, Jim Hall wrote:
> Eric, I think you meant
> http://fd-doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall
>
The above page, have yet to read it fully.
I like the following url better though .
http://wiki.fdos.org/Installation/HomePage
The site is also much