资 源 简 介
THIS PROJECT HAS NOW MIGRATED TO CODEPLEX https://crypter.codeplex.com/
crypter is a small utility to encode-decode/encrypt-decrypt any file with Advanced Encryption Standard (AES) or Base64 algorithm.
This project has been developed in C Sharp. Console application under .NET Framework 2.0 compatible with MonoDevelop.
Usage
crypter [options...] input-file-name
Options:
-m --mode: b64 (Base 64) or AES (Advanced Encryption Standard).
-e --encrypt-encode: Encrypt or encode operation indicator.
-d --decrypt-decode: Decrypt or decode operation indicator.
-k --key-size: For AES only. 128, 192, or 256 (By default).
-p --password: For AES only. Word or phrase. Required parameter.
-s --salt: For AES only. By default: "PkZrST6".
-a --algorithm: For AES only. MD5 or SHA1 (By