Simple Java Encryption Algorithm

A simple command-line binary encryption algorithm
Download

Simple Java Encryption Algorithm Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Lubomir I. Ivanov
  • Publisher web site:
  • Operating Systems:
  • Windows XP/2000/98
  • File Size:
  • 17KB

Simple Java Encryption Algorithm Tags


Simple Java Encryption Algorithm Description

EditBy 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 but also as an open-source solution for private use.


Simple Java Encryption Algorithm Related Software