Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
34 results tagged passwords  ✕   ✕
Passbolt https://www.passbolt.com/
Sun 16 Apr 2023 10:42:36 AM PDT archive.org

The open source password manager for teams.

selfhosted passwords managers webapps privacy opsec
ggerganov/kbd-audio https://github.com/ggerganov/kbd-audio
Sat 01 Apr 2023 07:28:08 PM PDT archive.org

This is a collection of command-line and GUI tools for capturing and analyzing audio data. The most interesting tool is called keytap - it can guess pressed keyboard keys only by analyzing the audio captured from the computer's microphone.

cpp ai ml attacks passwords inference
Password Storage - OWASP Cheat Sheet Series https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html
Tue 03 Jan 2023 02:36:39 PM PST archive.org
passwords bestpractices storage infosec
KeepassXC Password Manager https://keepassxc.org/
Thu 29 Dec 2022 09:45:50 PM PST archive.org

Securely store passwords using industry standard encryption, quickly auto-type them into desktop applications, and use our browser extension to log into websites.

Complete database encryption using industry standard 256-bit AES. Fully compatible with KeePass Password Safe formats. Your password database works offline and requires no internet connection.

Every feature looks, feels, works, and is tested on Windows, macOS, and Linux. You can expect a seamless experience no matter which operating system you are using.

Github: https://github.com/keepassxreboot/keepassxc

crossplatform infosec opsec passwords credentials databases
KeepassXC-Browser https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/
Thu 29 Dec 2022 09:43:35 PM PST archive.org

A plugin for Firefox that lets you interface with a KeepassXC password manager.

Note that this is an official KeepassXC project, not somebody's third party code.

firefox addons credentials passwords databases infosec opsec
joho1968/POMjs https://github.com/joho1968/POMjs
Fri 28 Oct 2022 02:15:42 PM PDT archive.org

POMjs is a random password generator in HTML and pure Javascript. It can be customized by modifying the sources. There's really nothing magic going on here, but it works and is somewhat responsive. The goal was to make something small, useful, and reasonably free from dependencies.

Download the distribution or clone the repo. Files and folders should be placed in your web root, or another folder accessible to your web server. All references to CSS and Javascript use relative paths.

There may be references to "Öppet Moln" ("Open Cloud"), which is a Swedish site run by the author of POMjs, oppetmoln.se, to promote open source solutions for general use. You can, of course, delete such references.

I'd appreciate a mention on whatever website you use this one, and a link to the original repo, but it's not required.

Demo: https://password.oppetmoln.se/

selfhosted javascript random generator passwords
In the event that I disappear off to Froopyland.. https://github.com/potatoqualitee/froopyland-dr/
Wed 16 Feb 2022 03:55:25 PM PST archive.org

That got us all thinking -- what would Andy have wanted for his homelab? What would our own spouses do if we suddenly weren't there? Who would close our Azure accounts? Who should get the PureStorage array? For those of us who are The Bill Payers, how would our spouses know which bill is paid by what bank account?

I put together an initial draft to answer these questions for my own wife, and then crowdsourced the rest. So many of my tech friends suggested stuff I hadn't thought of and I'm sure there's more. Initially, I was going to make it a gist, but a friend suggested putting it on GitHub which would make PRs possible.

death plans lastwillandtestament contingency it passwords accounts family
Viralmaniar/Passhunt https://github.com/Viralmaniar/Passhunt
Sat 13 Nov 2021 09:32:02 PM PST archive.org

Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

python cli passwords defaults devices applications infosec
MatrixEternal/vaults https://github.com/MatrixEternal/vaults
Tue 09 Nov 2021 08:01:00 PM PST archive.org

vaults is a password manager featuring client side AES-256 encryption of passwords and notes, PBKDF2 hashing, vaults, and password generation. Separate vaults per user.

Front end, back end, and storage.

Requires PHP8 and MySQL v8. Says that it demands Docker but it can probably be built manually.

exocortex php javascript passwords storage generator credentials
l0phtcrack/l0phtcrack https://gitlab.com/l0phtcrack/l0phtcrack
Wed 20 Oct 2021 04:59:33 PM PDT archive.org

l0phtcrack is now open source.

infosec cracking passwords classics
LessPass https://lesspass.com/
Tue 21 Sep 2021 10:59:51 PM PDT archive.org

A password manager/generator that takes a master password, a URL, a username, and optionally a serial number (for when you have to change passwords) and (re)generates the password for you. Requires no database or third party storage - the right password is always generated for you. Desktop versions, browser plugins, and a cli tool.

No notepad feature, so no storing your 2fa recovery codes there.

Github: https://github.com/lesspass/lesspass

security opsec passwords storage generator browsers cli
dumb-password-rules https://github.com/dumb-password-rules/dumb-password-rules
Tue 03 Aug 2021 03:46:18 PM PDT archive.org

Shaming sites with dumb password rules.

infosec passwords rules wtf
Rabbit-Company/Passky-Server https://github.com/Rabbit-Company/Passky-Server
Sat 26 Jun 2021 04:26:43 PM PDT archive.org

Passky is simple password manager which works on a zero trust architecture. That means only user will be able to decrypt his passwords. So users can safely store their passwords on any server. That means if a server on where all passwords are stored get hacked, hacker won't be able to decrypt passwords and data on this server will be useless for him.

Dockerized webshit, but can be run outside of that context using official instructions for doing so.

REST API only. There are multiple clients for mobile devices, browser addons, and even a webapp.

webapps php passwords storage mysql secrets rest api exocortex selfhosted
Cloverleaf https://cloverleaf.app/
Mon 26 Apr 2021 02:09:02 PM PDT archive.org

A smart solution to the problem of passwords. Cloverleaf generates passwords on demand, using the name of the app you're making a password for and a master password to derive a passcode. Enter those two things and you don't need to store the passcode because you can re-generate it whenever you want.

Can be installed as a native app and used offline.

Github: https://github.com/cloverleaf/web

html5 passwords generator online selfhosted native security opsec
dwolfhub/zxcvbn-python https://github.com/dwolfhub/zxcvbn-python
Sat 09 Jan 2021 05:30:12 PM PST archive.org

Python implementation of Dropbox's realistic password strength estimator.

python entropy passwords estimation
GitHub - danielmiessler/SecLists https://github.com/danielmiessler/SecLists
Thu 13 Dec 2018 03:55:21 PM PST archive.org

SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. Some of this stuff can be used to prime discovery operations.

wordlists usernames passwords cracking discovery scanning fuzzing credentials defaults leaks shells
minimaxir/big-list-of-naughty-strings: The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. https://github.com/minimaxir/big-list-of-naughty-strings
Fri 16 Nov 2018 11:14:55 AM PST archive.org

Maybe I could use these as password cracking dictionaries?

strings inputs passwords dictionary collection cracking
BIOS Master Password Generator for Laptops https://bios-pw.org/
Sun 19 Aug 2018 09:07:54 PM PDT archive.org

Give it an identifier or serial number for a Compaq, Dell, Fujitsu, HP, Insyde, Phoenix, Sony, or Samsung laptop, and it'll generate a backdoor passcode to get into the system settings.

Github: https://github.com/bacher09/pwgen-for-bios

bios laptop generator backdoors codes passwords
hashcat - advanced password recovery https://hashcat.net/hashcat/
Thu 02 Aug 2018 11:16:05 PM PDT archive.org

World's fastest and most advanced password recovery utility

software infosec cracking passwords hashes foss
TASVideos / Password Generators http://tasvideos.org/PasswordGenerators.html
Sat 16 Jun 2018 09:35:24 PM PDT archive.org

An online password generator/decoder for the Mega Man games, Castlevania 2, Metroid, Solar Jetman, the Guardian Legend, Faxanadu, and Battle of Olympus. Pick the options you want and it'll build you a password. Type in a password and it'll show you what it means.

retrogaming nes passwords generator encoder decoder games
page 1 / 2
4803 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn