cryptoanalyzer

所属分类:加密解密
开发工具:Java
文件大小:0KB
下载次数:0
上传日期:2023-10-06 16:41:21
上 传 者sh-1993
说明:  密码分析器,,
(cryptoanalyzer,,)

文件列表:
src/ (0, 2023-10-11)
src/Main.java (141, 2023-10-11)
src/coders/ (0, 2023-10-11)
src/coders/CoderWithKey.java (2147, 2023-10-11)
src/coders/DecoderBruteForce.java (1693, 2023-10-11)
src/coders/DecoderStatistic.java (2957, 2023-10-11)
src/constants/ (0, 2023-10-11)
src/constants/Constants.java (562, 2023-10-11)
src/services/ (0, 2023-10-11)
src/services/ConsoleService.java (4305, 2023-10-11)
src/services/CryptoService.java (1772, 2023-10-11)
src/services/FileService.java (959, 2023-10-11)
src/validators/ (0, 2023-10-11)
src/validators/ClientsChoiceValidator.java (796, 2023-10-11)
src/validators/FileValidator.java (636, 2023-10-11)
src/validators/KeyValidator.java (344, 2023-10-11)
src/validators/PathValidator.java (1177, 2023-10-11)

# cryptoanalyzer The program for encrypting and decrypting text using the Caesar cipher algorithm The program requests the path to the file whose text needs to be encrypted/decrypted It also requests the path to the file where the encrypted/decrypted text should be placed. The program can: 1) Encrypt information from a file using a key. 2) Decrypt information from a file using a key. 3) Decrypt information from a file without a key by hack the file using the BruteForce. 4) Decrypt information from a file without a key by hack the file using the statistical text analysis.

近期下载者

相关文件


收藏者