sun solaris have this crypt program compiled using gcc i think, it's features is that it
can crypt and decrypt keys.... i need a code that somehow clones this crypt of sun.
i know perl have this crypt() function, but if i use this crypt function there is no way to
decrypt the key i had inputed.
did anybody here has done that? cloning sun's crypt to a perl program?
thanks in advance