Skip to main content

Password and key generating tool

Project description

Keygener a easy to use password or key generater tool

forthebadge made-with-python Python 3.6

Functionality of Keygener

  • Generate unique Keys
  • Generate unique Passwords
  • Pick Random Number from a list of numbers
  • Incrypt the Passwords
  • DesIncrypt the Password

Usage

  • Make sure you have Python installed in your system.
  • Run Following command in the CMD.
 pip install keygener

Keygener has 5 functions that you can use

  • genKey(length of the key you need to generate)
  • genPass(length of the Password you need to generate)
  • pickRan(list('12345678'),How much values you need to pick)
  • incrypt(password)
  • desIncrypt(Incryptedpassword)

Example

genKey()

import keygener

print(keygener.genKey(10))
  • Out put
  • XV6gmjB5CV

genPass()

import keygener

print(keygener.genPass(20))
  • Out put
  • ±j/U?f,I4hv%L{V7§^ez

pickRan()

import keygener

print(keygener.pickRan(list('1234567890',2))
  • Out put
  • 26

incrypt()

import keygener

password = keygener.genPass(20)
print(keygener.incrypt(password))
  • Out put
  • zz$%c£$*^&45ta><fhdnmk8&ncm_fhdnc£$c£$

desIncrypt()

import keygener

password = keygener.genPass(10)
print('Password : ', password)
incrypt = keygener.incrypt(password)
print('Incrypted : ', incrypt)
print('Desincrypted : ', keygener.desIncrypt(incrypt))
  • Out put
  • Password : sq2zneac-(
  • Incrypted : cn§∞dnc¡mk8&¢~)~o*&#sy^&shg¢ki*(lk&*bv^&
  • Desincrypted : sq2zneac-(

!!Warning!!

  • incrypt() and desIncrypt() function works bestly with the passwords generated by keygener
  • if you use other passwords thats not generated by keygener incrypt() may show an unknown value error and if you want you can change the values to the values that are supported by keygener
  • we are working hard to increase the amount of supported characters in keygener incrypt() and disIncrypt() functions.

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

keygener-1.2.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file keygener-1.2.tar.gz.

File metadata

  • Download URL: keygener-1.2.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for keygener-1.2.tar.gz
Algorithm Hash digest
SHA256 37f53a8af70213831fcea317a0661cadc67d24c6f73be2a25bed5ca67990cb81
MD5 0b6b85e22295ac1ac261304ab0b93642
BLAKE2b-256 7c98c6de286ba490543efd066a6334fe587383ec4caad8e8a043194f7bfabc38

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