Lossy python to markdown serializer
Project description
find_known_secrets
Scan for known secrets in your source code before you check in
badges
Three Ways to Detect Secrets
Pattern detection - use grep to find words like "password". git-secrets does this as well as pylint.
High entropy detection - detect-secrets does this.
Search for known secrets - Some secrets are found in conventional locations, such as AWS keys. They are typically key value pairs. As far as I known, this is a novel approach as of July 2018. So I wrote one.
All three approaches have different failure profiles.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file find_known_secrets-1.3.0.tar.gz.
File metadata
- Download URL: find_known_secrets-1.3.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3e3ef11f8a82d71d77fd515536ecac0c88651c964eda60393d1f2391d833d16
|
|
| MD5 |
07706554132411006449f8920082939f
|
|
| BLAKE2b-256 |
2882e9625c52833b517c5da864d173e0b8bee4241e828b0a3fa2a107db036b99
|
File details
Details for the file find_known_secrets-1.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: find_known_secrets-1.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
586ebdcca953a64a33aa7ecc358eddf1e4c646fee6525df0c7fea542981bb636
|
|
| MD5 |
262d14138b4ccbd116e872e3f35c8d91
|
|
| BLAKE2b-256 |
700fbde24d9ca93bca2d03390f2bd1758934510ee20c8d853d4a5126557aec3e
|