Command Line Crypter

Command Line Crypter

0 Reviews

FREE

App specs:

License

PAID

Version

Command Line Crypter 1.0

LatestUpdate

Last updated

OS

Windows All

Language

EN

Command Line Crypter application was developed to be a simple to use command line file encryption/decryption utility, useful to run from a batch file or a script. The encryption is based on standard AES-256 cipher and SHA-512 for the hash function.

To successfully encrypt or decrypt a file, you need to provide the next information:

Action: encrypt or decrypt. Source: this is the full path and file name of the file you need to encrypt or decrypt. Destination: this is the newly created output file (encrypted or decrypted). Passphrase: this is the "password" encryption key. Delete source: should we delete the source file or not.

Based on that, here is the command line usage: crp.exe

Flags: Action flags: -e = encrypt -d = decrypt -? = show info Delete source flags: -y = Yes -n = No

Single file encryption / decryption: The next example shows how to encrypt the file c:\test\file.ext, to create a new encrypted file c:\temp\newfile.any, use 123456 as the key (password) and delete the source file: crp -e c:\test\file.ext c:\temp\newfile.any 123456 -y

Using wildcards The next example shows how to encrypt all files with the txt extension in a folder, when using wildcards the destination file should always be *.*, Command Line Crypter will create the new files with the same name as the source files and with a .crp as the extension: crp -e *.txt *.* 1234 -n

If the file to process is not in the same folder as crp.exe, then you should type the full path for the file source and destination. If there is a space in the file's path, then you should put the path inside double quotes.

    No reviews found

More apps

SoftPas

SoftPas is a platform that provides you with the latest software and technology news, reviews, and guides. We also provide you with the latest software and technology trends.

Recent

Help

Subscribe to newsletter


© Copyright 2024, All Rights Reserved by SoftPas