Skip to content

a utility to generate SECRET_KEYs for securing session data

License

Notifications You must be signed in to change notification settings

lukassup/keyutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyutil

keyutil is a Python package which is used to generate SECRET_KEYs to secure session data.

Most of the code is taken from the Django project, specifically django.core.management.utils and django.utils.crypto.

Installation

Supported versions of Python are: 2.7, 3.3, 3.4, and 3.5. The recommended way to install this package is via pip.

$ git clone https://github.com/lukassup/keyutil.git
$ pip install ./keyutil

For instructions on installing python and pip see "The Hitchhiker's Guide to Python" Installation Guides.

Usage

$ python -m keyutil
SECRET_KEY = 'yp1uz^!i83*y1h8fty5gpxs3u-i%zzs@lbk#-j!&t2h$zlc(9v'

About

a utility to generate SECRET_KEYs for securing session data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages