Gallery (Screenshots)
Windows 11
Windows 10
Windows 8
Windows 7
Windows XP (German)
Windows-Setup
Windows Startmenu
Windows CAPI (German)
Linux
Commandline
Commandline Example
1)
C:\Program Files (x86)\CrococryptFile>
crococryptfile -c -e -t C:\destinationfile.croco -prov PBECLOAKED_AESTWO -cred 12345678 C:\AUTOEXEC.BAT <more files/folders possible>
-OR-
2)
C:\Program Files (x86)\CrococryptFile>
runtime\bin\java -jar lib\crococryptfile.jar -c -e -t C:\destinationfile.croco -prov PBECLOAKED_AESTWO -cred 12345678 C:\AUTOEXEC.BAT <more files/folders possible>
Explanation: 1) leaves the console immediately (no feedback), 2) provides a console until the process is finished.
A help screen for the command line options you only get with:
runtime\bin\java -jar lib\crococryptfile.jar -c
With Linux/Mac you would use the script "croco" in the according download package. You do not need to specify all options. For instance, the password ("cred") could also be omitted. CrococryptFile with then ask for the missing input.