Skip to content

HotDrify/spacebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🗑️ SpaceBin

A simple and elegant XOR-based encryption and decryption tool that converts text into a space-and-tab formatted ciphertext. Perfect for lightweight data obfuscation with optional salt and integrity checks.

✨ Features

  • Encryption: Encrypts plaintext using XOR with a provided key and optional salt.
  • Decryption: Decrypts ciphertext back to the original plaintext.
  • Space-Tab Format: Outputs ciphertext as a sequence of spaces and tabs for subtle obfuscation.
  • Integrity Check: Ensures data integrity during decryption using CRC32 checksum.
  • 📦 Build

    build new release binary:
    cargo build --release

    About

    XOR-based text encryption and decryption tool.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages