Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 312 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 312 Bytes

Haskell-Functions

This file contains an IP addresses (ipv4) conversion (both ways) as well as a monoalphabetic cipher. The cipher uses keys that are generated and can encrypt any sentence typed into it. It can also decrypt a sentence given the correct key. Everything is programmed using Haskell and Python.