Skip to content

A text editor in less than 1000 LOC with syntax highlight and search.

License

Notifications You must be signed in to change notification settings

noethig/kiloCryptForked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiloCrypt

KiloCrypt is a fork of the project Kilo. It converts Kilo, so that it only serves as a simple text-editor, but adds functionality to encrypt text on the fly.

The purpose of the encryption is not to be unbreakable, but that you can blindly write text, without anyone being able to read it.

A screencast of Kilo is available here: https://asciinema.org/a/90r2i9bq8po03nazhqtsifksb

Usage: kilocrypt <filename>

Keys:

CTRL-S: Save
CTRL-Q: Quit
CTRL-F: Find string in file (ESC to exit search, arrows to navigate)
CTRL-P: Encrypt/Decrypt

KiloCrypt was written by Martin Nöthig and is released under the BSD 2 clause license.

About

A text editor in less than 1000 LOC with syntax highlight and search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%