Skip to content
This repository was archived by the owner on Nov 16, 2017. It is now read-only.

Files

Latest commit

b8aa163 · Nov 29, 2015

History

History
42 lines (33 loc) · 1.04 KB

readme.md

File metadata and controls

42 lines (33 loc) · 1.04 KB

NO LONGER MAINTAINED

HTML Encrypter

An encryption and decryption application developed in Java. The application uses a number of algorithms to encrypt and decrypt the HTML source code:

  • Blowfish
  • AES
  • TEA
  • Rabbit
  • MARC 4
  • Escape/Unescape functions

In addition to the encryption and decryption functions, the application also returns the source code of a website. The user has the ability to upload the encrypted file, using the FTP transfer feature, to his or hers personal website. Additional features are listed below.

New features in version 2.0

  • New resigned interface
  • One time encryption
  • Source code edit feature
  • Check for new app updates
  • Save user preferences
  • Undo/Redo functions

Additional features

  • Search history
  • Log file
  • System tray
  • Open URL

Supported operating systems

  • Windows XP/Vista/7
  • Mac OS X 10.5.5 and up
  • Linux

Available languages

  • English

User Interface

  • Java Swing

Programming Languages

  • Java
  • JavaScript