/Binary-Encryption

I've tried to implement my own small encryption method. It works by representing letters as binary numbers, but instead of using 0 and 1, it uses a period (.) and a hyphen (-). It's not really secure or mathematically sound yet.

Primary LanguageJava

This repository is not active