Skip to content

hussamsh/nova-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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