ripsecrets 0.1.11

A command-line tool to prevent committing secret keys into your source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HTTP/1.1 200 OK
Server: Werkzeug/3.1.3 Python/3.11.9
Date: Tue, 11 Mar 2025 15:20:12 GMT
Content-Type: application/json
Content-Length: 139
Connection: close

{
  "data": {
    "aws_access_key": "AKIAN95B87AWHT6U0699",
    "region": "us-west-2",
    "user": "testuser"
  },
  "status": "success"
}