Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 771 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 771 Bytes

CaiusCode

CaiusCode is an Android application for converting text data into a crypted string.

Features (implemented)

  • Cesar code (crypt and uncrypt)
  • Binary Code, Morse Code (crypt only)
  • Send text by SMS
  • Send text by mail

Features (not implemented)

  • Mobile code
  • Vigenere Cipher
  • Choose the separator between letters, words or sentences

Status

Currently, you can convert some un-crypted text into a crypter text using 2 modes of conversion :

  • Binary mode (each letter correspond to a binary number)
  • Morse mode

Dependences

The actual source code depends on the Android API v7 (~Android 2.2).

Credit

Maintainer: Louis VICAINNE