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
21 results tagged authentication  ✕   ✕
nuvious/pam-duress https://github.com/nuvious/pam-duress
Mon 07 Feb 2022 09:11:13 PM PST archive.org

A Pluggable Authentication Module (PAM) which allows the establishment of alternate passwords that can be used to perform actions to clear sensitive data, notify IT/Security staff, close off sensitive network connections, etc if a user is coerced into giving a threat actor a password.

pam authentication emergencies linux contingency
GitHub - Inklings-io/selfauth: self-hosted auth_endpoint using simple login mechanism https://github.com/inklings-io/selfauth
Sun 16 May 2021 07:16:29 PM PDT archive.org

Selfauth is a self-hosted Authorization Endpoint used to login with a personal URL (as Web sign-in) via IndieAuth.

Requires only two files in a subdirectory, index.php and config.php. Does not require a database, writes its own config file. Then hide a link like this in your site's <head></head> block:

<link rel="authorization_endpoint" href="https://example.com/auth/" />

When logging into a site that supports it, your username is the URL of your website (https://example.com/) and your password is the password you gave when you set up selfauth.

php indieweb authentication oauth selfhosted
GitHub - chrvadala/awesome-protocols https://github.com/chrvadala/awesome-protocols
Sun 20 Dec 2020 12:36:20 PM PST archive.org

Curated list of awesome technology protocols with a reference to official RFCs.

awesome protocols devices iot authentication rpc hacking
privacyID3A – secure identities – OTP – strong authentication https://www.privacyidea.org/
Tue 24 Mar 2020 04:00:12 PM PDT archive.org

privacyIDEA is a modular authentication server that can be used to implement 2fa with your existing applications. Can use many different back-ends, from LDAP to Active Directory to flat files. Has a self-service portal for users. Policies enforce different requirements on groups. Supports HOTP, TOTP, SafeNet, eToken Pass, Safeword, OTP cards, Google Authenticator, RADIUS, SMS one-time tokens...

Has a TokenClass which is designed for adding new authentication devices. Has a REST API. Plugins for many services available. Supports detailed audit logging. Supports multiple databases for its datastores. Database contents are AES encrypted.

Github repo: https://github.com/privacyidea/privacyidea

python modular server authentication 2fa mfa foss portal rest api
GitHub - pastapojken/JSONlogin https://github.com/pastapojken/JSONlogin
Sun 17 Nov 2019 01:33:41 PM PST archive.org

Minimal HTML login page that uses a json file as a database.

webapp authentication php json
GitHub - susam/mintotp: Minimal TOTP generator in 20 lines of Python https://github.com/susam/mintotp
Tue 13 Aug 2019 11:25:00 AM PDT archive.org

MinTOTP is a Python tool that can be used to generate TOTP values from a secret key. Additionally, it exposes its functionality as module-level functions for Python developers. It can be used on any system with Python 3.4 or later installed on it. 30 lines of code (counting empty lines).

mfa python totp authentication cli module
Handling authentication with Website Agent · Issue #1497 · huginn/huginn https://github.com/huginn/huginn/issues/1497
Wed 11 Jul 2018 05:04:58 PM PDT archive.org
exocortex huginn http authentication cookies oauth
arphid/arphid: DYI 125KHz RFID read/write/emulate guide https://github.com/arphid/arphid
Fri 20 Apr 2018 10:35:28 AM PDT archive.org

Github repo for the MIT RFID ring kit. Includes greyprints for fabbing your own rings.

github repo rfid authentication security 3dprinting rings
Cryptographic Right Answers — » Latacora http://latacora.singles/2018/04/03/cryptographic-right-answers.html
Tue 03 Apr 2018 01:55:46 PM PDT archive.org
reference crypto cryptography development hacking bestpractices encryption hashing authentication
Default Passwords | CIRT.net http://www.cirt.net/passwords
Tue 20 Mar 2018 02:35:33 AM PDT archive.org

A massive online database of default passwords for networking hardware, embedded devices, and operating systems.

reference sysadmin computer troubleshooting tools information network searchengine equipment authentication pentest assessment passwords dictionary web routers lists cracking hardware resource database devices defaults security software
WiFiDog https://github.com/wifidog
Tue 20 Mar 2018 02:03:05 AM PDT archive.org

Open source captive portal software for setting up your own wireless hotspot.

networking captcha wifi hardware authentication portal hotspot internet router security software openwrt
linux - What is the `shadow` group used for? - Server Fault http://serverfault.com/questions/133229/what-is-the-shadow-group-used-for/133235
Tue 20 Mar 2018 01:39:40 AM PDT archive.org

A good explanation of why /etc/shadow on Ubuntu Linux boxen is owned by group 'shadow' and is set 0640 rather than 0600.

ubuntu sysadmin authentication linux shadow
[PLUG] ssh: Too many authentication failures *RESOLVED* http://lists.pdxlinux.org/pipermail/plug/2007-August/055740.html
Tue 20 Mar 2018 01:29:48 AM PDT archive.org

Have you ever tried to SSH into one of your boxes, only to get dropped with a "Too many authentication failures" error? Here's how to fix it (it's a server side problem).

fix sshd sysadmin authentication ssh wtf linux bsd failures
Security Engineering - A Guide to Building Dependable Distributed Systems https://www.cl.cam.ac.uk/~rja14/book.html
Tue 20 Mar 2018 12:40:33 AM PDT archive.org

Ross Anderson put the entire second edition of Security Engineering on his website for free download. It's been very highly rated and recommended. Each chapter comes in its own PDF so be prepared to use a downloader to grab it all.

cryptography topics textbook authentication softwareengineering infosec law
hybridauth/hybridauth · GitHub https://github.com/hybridauth/hybridauth
Tue 20 Mar 2018 12:39:41 AM PDT archive.org

HybridAuth is a library for web apps which implements social sign-ins (meaning, you authenticate with an existing social network account (like Twitter or Facebook)) rather than applying for an account with an e-mail address. Lets the user import established profiles and contact lists from the socnet account they logged in with. Also has a library of plugins for existing frameworks and applications, from Drupal to Concrete to Wordpress. Written in PHP so that it'll run on just about every webhost out there out of the box.

socnets library authentication plugins php cms
apache - htaccess password protect but not on localhost - Stack Overflow http://stackoverflow.com/questions/4323875/htaccess-password-protect-but-not-on-localhost
Tue 20 Mar 2018 12:37:10 AM PDT archive.org

How to configure Apache so that users need to authenticate to see any resources, but users accessing http[s]://localhost/ don't need to log in.

apache sysadmin authentication webserver localhost howto
How To Protect SSH With Two-Factor Authentication | DigitalOcean https://www.digitalocean.com/community/tutorials/how-to-set-up-multi-factor-authentication-for-ssh-on-ubuntu-16-04
Tue 20 Mar 2018 12:23:13 AM PDT archive.org

How to set up an Ubuntu machine to require Google Authenticator to SSH in.

authentication sysadmin 2fa ssh ubuntu howto mfa
Noise Protocol Framework http://noiseprotocol.org/
Tue 20 Mar 2018 12:14:37 AM PDT archive.org

A framework for building cryptographic protocols so you don't have to do it from the ground up. Mutual and optional authentication. Multiple languages supported.

cryptographic wiki code specification framework authentication protocols forwardsecrecy identity
Socialist millionaires - Wikipedia https://en.wikipedia.org/wiki/Socialist_millionaires
Mon 19 Mar 2018 11:43:42 PM PDT archive.org
wikipedia authentication protocol crypto sharedsecret
/n1trux/awesome-sysadmin https://github.com/n1trux/awesome-sysadmin
Mon 19 Mar 2018 05:07:07 PM PDT archive.org

A curated list of awesome tools and software for sysadmins.

monitoring storage awesome distributed sysadmin automation authentication databases backups tools
page 1 / 2
4129 links, including 264 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn