Skip to main content

OTG cryptography is architectured by Tahsin Ahmed.

Project description

OTG Cryptography Introduction The expansion of OTG cryptography is One Time Gamble. It is a hybrid and lightweight cryptographic algorithm that transforms a plaintext into a ciphertext so that secret communication is to be ensured. The original password is hidden under several fake passwords in a vault. Also, these passwords are hashed by bcrypt hash function which is a one-way encryption and cannot be reversed. Moreover, the secret message will be deleted by itself if a user gives wrong password only at once. As a result, it will be so much difficult for a hacker to guess, retrieve and use the password correctly among fake passwords. Furthermore, the key is 128 bits long. So, a hacker needs to go for 2128 = 3.402e+38 possible ways in terms of finding the correct key to decrypt the ciphertext. It is by far impossible for a regular user device to solve the math. It will need super computer to do the computation. However, a low computational powered device (e.g. IOT device) can easily handle it because of its symmetric and stream cipher architecture. Thus, it makes the algorithm lightweight. Also, OTG is a software and hardware independent cryptography. In conclusion, this new innovation can make a fruitful impact in today’s security epidemic.

Ideal applications to use in Government Secret Message, Sensitive Business Communication and Low Computational Powered Device.

This program utilizes: A user inputed password. A user inputed secret message. A hardcoded dictionary of secret messages. A dictionary containing manipulated (fake) passwords in addition to the real password. A dictionary containing seeds (Seed generator). Seeds are simply pointers that point to the secret message. The encryption algorithm: cipher = password XOR key The decrpytion algorithm: key = password XOR cipher. A try/except block to search for actual password that do exist in the password dictionary. The message will be deleted if a user give wrong password.

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

otgCrypto-0.0.4.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

otgCrypto-0.0.4-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file otgCrypto-0.0.4.tar.gz.

File metadata

  • Download URL: otgCrypto-0.0.4.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for otgCrypto-0.0.4.tar.gz
Algorithm Hash digest
SHA256 4b05873971d173ea354822337550903840b5043f812054054b9f298e30bf2eff
MD5 cd016398ca16d42204bfefafc1e8dcdc
BLAKE2b-256 8ee5dec1061bddf6020911c31d5390132265b93efb7994df71e5e9c1fb4222e4

See more details on using hashes here.

File details

Details for the file otgCrypto-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: otgCrypto-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for otgCrypto-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e68266b8010a9229517015bb015fc505ebbfe6821d1b2967c1e2bfded34d1499
MD5 85cdfc006ad73cec18701e15ec379889
BLAKE2b-256 e79be9a32fdc03e4fcd426ccae06ccefd06d71592cd122843560331baaf55e02

See more details on using hashes here.

Supported by

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