Skip to content

sathoro/php-xor-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-XOR-Cipher

The XORCipher class contains three primary methods: cipher(), plaintext(), and crack():

  • cipher($plaintext, $key) will return ciphertext generated from the plaintext and key.

  • plaintext($cipher, $key) will return the original text given the ciphertext and a key.

  • crack($cipher, $keysize) will attempt to crack the ciphertext using frequency analysis.

About

A XOR cipher and crack written in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages