Short: crypt v2.0 - UNIX password crypt utility Uploader: Roland Heyder Type: dev/gg Version: 2.0 (03.02.06) Architecture: m68k-amigaos >= 2.0.4; ppc-warpup Improved in Code & Source by RhoSigma, Roland Heyder ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ o based on crypt v1.0 sources by LouiSe - cleaned up sources - some internal low level functions added - high level functions for file en-/decryption added - documented all old & new functions - included .040 and .wos executables - two tiny scripts for cli/shell + DOpus o how to use/compile the source - the API to 56 bit DES algorithm consists of: - encrypt.c - encrypt.h - simply compile and link encrypt.o together with amiga.lib to your project to use the functions of the API - sources compile in ANSI-C and C++ modes - additional source for the included cli/shell executables: - crypt.c o how to use the supplied scripts - the cli/shell template for both scripts is: - desENC File/A, Pass/A - desDEC File/A, Pass/A - to use it with DOpus define two buttons for en-/decrypt and use the entry (NOTE: Batch is the DOpus-Cmd): - Batch S:desENC {f} {RsEnter Password:} - Batch S:desDEC {f} {RsEnter Password:} - additionally you should set the following flags: - Do all files - Output window - Reload each file - Rescan source