Skip to content

TheCaptainMoo/Rust-NED-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NED (Numeric Entity Doubler)

NED, an encryption and decryption algorithm rewritten in the Rust programming language. In this version of NED, both ASCII and default encryption/decryption methods are available (similarly to the Desktop version).

How It Works

  • Input: Z
  • Key: 10
  • Recursion: 2

Flowchart

Using NED

No runtime is required for this version of NED.

Precautions

  • Only keys between 10 and 74 can be decrypted without error.
  • High recursions are probably not good to use...

Accessing The App

  • Download the NED executable from the releases page
  • Run the NED executable
  • Have fun :D

Using NED CLI

For a basic overview of the NED CLI use [NED_PATH] -help in the command line.

Planned Updates

  • File IO
  • Password Encryption

About

An encryption algorithm written in Rust

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages