07 Jan 26
A shared secret manager that works with public keys. Made by Candid, they have other cool software too.
by sebastien
1 month ago
25 Nov 25
18 Sep 25
Looks for secrets, finds leaks
by sebastien
5 months ago
02 Jun 25
Web review of Ervin
by yahourt
8 months ago
04 Apr 25
Rust tool to detect cell site simulators on an orbic mobile hotspot
by mrus
10 months ago
06 Sep 24
14 Jun 23
27 May 23
20 Mar 23
How to enable safe-paste mode on the terminal.
by mlb
2 years ago
23 Dec 22
23 Nov 22
19 Jan 22
A simple, intuitive web app for analysing and decoding data without having to deal with complex tools or programming languages.
20 Dec 21
05 Nov 21
07 Oct 21
Upload a ransom note and/or sample encrypted file to identify the ransomware that has encrypted your data.
by mlb
4 years ago
20 Aug 21
Multipurpose converter and generator. Can directly send generated results to any url.
Script to run an OpenId server.
Highlights:
- Written in Perl
- Utilizes MySQL
- Written to run in Apache
- Supports multiple users
- Login and user pages are “templates” that are easily customized
- Implements every mandatory message exchange in OpenID 2.0
- Implements much of the OpenID 1.1 specification (“dumb” mode described in the 1.1 spec has not been tested)
- Supports deployments that use HTTP or HTTPS
- Password validation routine is separated from the login page to optionally allow one to use HTTP for identifiers, but HTTPS to actually validate the user password
- Supports both (HMAC|DH)-SHA1 and (HMAC|DH)-SHA256
- Entirely free open source with no licensing restrictions