首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > SjEA简单java加密算法

SjEA简单java加密算法

  • 资源大小:17.19 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java 算法 加密 简单 sjea

资 源 简 介

SJEA - Simple Java Encryption Algorithm SJEA is a simple command-line binary encryption algorithm written in JAVA. The type of the used method for the algorithm can be described as "symmetric block cipher" using XOR methods. It uses a password and a byte-vector array that replaces each byte of the input file and produces a new file with the ".enc" extension. The output file will be exactly five bytes longer than the original. Thats due to the nature of the "block cipher". Each byte of the original is replaced and the following byte sequence is added at the beginning of the file - %ENC%. MD5 check sum is used for output verification. The encryption is efficient to a certain level. The algorithm should be considered mainly for educational purposes. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

文 件 列 表

examples
example1.txt
example1.txt.enc
example1.txt.md5
example2.txt
example2.txt.enc
example2.txt.md5
source
chk.java
dec.java
enc.java
make.bat
bin
chk.bat
chk.class
dec.bat
dec.class
enc.bat
enc.class
docs
sjea_readme.txt
VIP VIP
0.188934s