⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usage.dat

📁 300种常用加解密算法的源码C++实现。
💻 DAT
字号:
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:

- To generate an RSA key
	cryptest g

- To encrypt and decrypt a string using RSA
	cryptest r

- To calculate MD5, SHS, and RIPEMD-160 message digests:
    cryptest m file

- To encrypt and decrypt a string using DES-EDE in CBC mode: 
    cryptest t

- To encrypt or decrypt a file
    cryptest e|d input output

- To share a file into shadows:
    cryptest s <pieces> <pieces-needed> file
    (make sure file has no extension, if you're running this under DOS)

- To reconstruct a file from shadows:
    cryptest j output file1 file2 [....]

- To gzip a file:
    cryptest z <compression-level> input output

- To gunzip a file:
    cryptest u input output

- To run validation tests:
    cryptest v

- To run benchmarks:
    cryptest b [time for each benchmark in seconds]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -