Skip to main content

A terrible encryption scheme, like rot13 but keyboards

Project description

rot-kbd

A highly insecure encryption scheme based on rot13 and keyboard layouts

Use as a Python module

>>> from rot_kbd import *

>>> rot_wertyq('qwerty')
'wertyu'
>>> rot_yqwert(rot_wertyq('qwerty'))
'qwerty'

>>> rot_wertyq('wasd')
'esdf'
>>> rot_yqwert(rot_wertyq('wasd'))
'wasd'

Or on the command line

$ echo 'qwerty' | python -mrot_kbd
wertyu
$ echo 'qwerty' | python -mrot_kbd | python -mrot_kbd --rotation rot_yqwert
qwerty

Supposedly Asked Questions

Is this secure?

Absolutely not, it's not even close. rot_wertyq and rot_yqwert are certified upto an adversary rated SA 8.75 (Sibling, Age 8¾).

Is this some kind-a joke?

Yes. We prefer them to mean jokes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rot-kbd-2024.4.1.post1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

rot_kbd-2024.4.1.post1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page