Skip to content

TheDnM/vismit-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vismit-pip

pip version license Downloads

An application that uses hashing and encoding for generating a random password.

Read more about this - http://ijsrset.com/paper/6777.pdf

Installation

$ pip install vismit-python

Usage

>> from vismit.PasswordGenerator import PasswordGenerator  
>> pass_gen_obj = PasswordGenerator("facebook","random",13)
>> gen_pass = pass_gen_obj.get_secret_key()

Contributing

All contributions and suggestions are welcome!

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Getting Help

If you have questions or need further guidance on using this template, please file an issue. I will do my best to respond to all issues in a timely manner.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages