MCPcopy Create free account
hub / github.com/arosspope/cipher-crypt / decrypt

Method decrypt

src/polybius.rs:119–144  ·  view source on GitHub ↗

Decrypt a message using a Polybius square cipher. # Examples Basic usage: ``` use cipher_crypt::{Cipher, Polybius}; let p = Polybius::new((String::from("p0lyb1us"), ['A','Z','C','D','E','F'], ['A','B','G','D','E','F']));; assert_eq!("Attack 🗡️ the east wall", p.decrypt("BCdfdfbcbdgf 🗡️ dfgcbf bfbcbzdf ezbcacac").unwrap()); ```

(&self, ciphertext: &str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

find_positionMethod · 0.80

Tested by

no test coverage detected