Skip to content

Instantly share code, notes, and snippets.

@tusharhero
tusharhero / ispasswd.py
Last active April 14, 2022 06:09
A script to check if the password is secure. Contains 4 separate functions. Only checks for lower case upper case and numbers but u can also add symbols very easily.
#! /bin/python3
'''
WRITTEN BY TUSHAR MAHARANA @tusharhero.github.io
Took 4 days pls do link me if you use this(highly unlikely)
have fun!
'''
'''
LICENSE: https://tusharhero.mit-license.org/