Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

security77

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

security77

A command-line tool and python package to make security simple.

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

Security77

A command line tool and python package to make security simple. Command s77

Features

  • Generate password;

ToDo/Ideas

  • Generate Django Secret Key;
  • Generate password;
  • Validate password force;
  • Generate Custom Wordlist with data from user (name, age, animal, family, religion, ...);
  • Scan home directory to get passwords;
  • Get WiFi password;

Install

Requirements

  • Python

How to install?

pip install security77

Usage

Some examples of usage.

Generate Django Secret Key

s77 django-secret-key-gen

Generate Password

s77 passgen --size=16 --charlist=[all|numbers|letters|numbers_letters|low_letters|up_letters|special_chars] --custom-charlist=abc123

Tests

Run local tests (development).

make test

License

MIT LICENSE (c) 2021 Wallace Silva

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc