Beauford Cipher

* similar to Vigenère but with alphabet written backwards
* can be descibed by

given K = k(1) k(2) ... k(d)
then f(i) (a) = (k(i) - a) (mod n)

and its inverse is

f(i) ^(-1)(a) = (k(i) - c) (mod n)

Key = d
Plain: ABCDEFGHIJKLMNOPQRSTUVWXYZ
Cipher: DCBAZYXWVUTSRQPONMLKJIHGFE

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

l0ck.com data encryption