Skip to content

Alperosci/encrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XOR Crypt Tool

This project is a simple command‑line tool that can encrypt/decrypt a file using an 8-bit XOR key. It can also run a full brute‑force pass over all 256 possible keys.

Features

  • Encryption/decryption using 8-bit XOR
  • Bruteforce mode (tries all keys from 0--255)
  • Works on danger/test.txt
  • Written in Zig

Usage

Choose mode (e/d [1] , brute [2]) :

Mode 1 -- Encrypt/Decrypt (1)

Asks the user for an 8-bit key and XORs the file contents.

Mode 2 -- Bruteforce (2)

Tries every key value (0--255) and prints the output for each attempt.


About

Encrypts a file, decrypts it and it can do bruteforce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages