An open API service indexing awesome lists of open source software.

https://github.com/opifexm/cryptoanalyzer

Data encryption decryption program
https://github.com/opifexm/cryptoanalyzer

cryptography encryption java maven

Last synced: about 2 months ago
JSON representation

Data encryption decryption program

Awesome Lists containing this project

README

          

# CryptAnalyzer (Caesar Cipher)
[![Java CI](https://github.com/opifexM/CryptoAnalyzer/actions/workflows/main.yml/badge.svg)](https://github.com/opifexM/CryptoAnalyzer/actions/workflows/main.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/e198231c9dbf5827c473/maintainability)](https://codeclimate.com/github/opifexM/CryptoAnalyzer/maintainability)

Program features:
- Download the alphabet, file, and encryption key definition
- Caesar cipher encryption with a key
- Decryption of the text using the key
- Decryption of the text using brute force
- Decryption using statistical text analysis