Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 654 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 654 Bytes

nova-cpp

Logo

This project is a C++ implementation of Nova a cryptography application based on chaotic maps. It encrypts at three to five times as fast as the original implementation in javascript.

This application runs from the terminal and has three maps implemented

  • Logistic map
  • Double humped map
  • Hénon map

Uses openCV for pixel manupliation.

Logo