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 / 3
59 results tagged crypto  ✕   ✕
PLONK by Hand (Part 1: Setup) https://research.metastate.dev/plonk-by-hand-part-1/
Mon 11 Apr 2022 06:30:37 PM PDT archive.org

This article will explain how to execute a PLONK zero-knowledge proof system completely by hand. In particular we will show how to choose parameters, run a trusted setup, and convert a statement into a PLONK-style circuit by hand.

crypto proof system
Keyoxide https://keyoxide.org/
Fri 07 Aug 2020 12:07:11 PM PDT archive.org

Keyoxide allows you to link accounts on various online services and platforms together, prove they belong to you and establish an online identity. This puts you, the internet citizen, in charge when it comes to defining who you are on the internet instead of large corporations.

Seems a lot like Keybase.

Source code: https://codeberg.org/keyoxide/web

Seems like it's written in PHP. Could be a lot worse.

crypto accounts socialnetworks tool profiles php exocortex
rodolpheh/awesome-matrix https://github.com/rodolpheh/awesome-matrix
Thu 06 Aug 2020 02:51:52 PM PDT archive.org

A curated list of awesome stuff around the Matrix protocol, network, and ecosystem.

awesome list matrix servers clients federation crypto administration tools bridges bots
Applied Crypto Hardening: bettercrypto.org https://bettercrypto.org/
Mon 03 Aug 2020 08:14:26 PM PDT archive.org

This guide arose out of the need for system administrators to have an updated, solid, well researched and thought-through guide for configuring SSL, PGP, SSH and other cryptographic tools in the post-Snowden age. Triggered by the NSA leaks in the summer of 2013, many system administrators and IT security officers saw the need to strengthen their encryption settings. This guide is specifically written for these system administrators.

The focus of this guide is merely to give current best practices for configuring complex cipher suites and related parameters in a copy & paste-able manner. The guide tries to stay as concise as is possible for such a complex topic as cryptography. Naturally, it can not be complete. There are many excellent guides (II & SYM, 2012) and best practice documents available when it comes to cryptography. However none of them focuses specifically on what an average system administrator needs for hardening his or her systems' crypto settings.

howto sysadmin linux crypto hardening applications servers ssl tls configuration
keys.pub https://keys.pub/
Sat 09 May 2020 03:07:32 PM PDT archive.org

Seems to work a lot like Keybase, only without some of the more useful features. Haven't dug into it, really, so not a lot of info just yet.

crypto tools cli golang keys
Legrandin/pycryptodome: A self-contained cryptographic library for Python https://github.com/Legrandin/pycryptodome
Sun 22 Dec 2019 12:12:13 PM PST archive.org

PyCryptodome is a self-contained Python package of low-level cryptographic primitives. It supports Python 2.6 and 2.7, Python 3.4 and newer, and PyPy. It assumes that you know what you're doing, so this is not a safe-to-use module. The Cryptographic Best Practices website should be open at the same time.

python module crypto primitives hashes signatures
slackhq/nebula: A scalable overlay networking tool with a focus on performance, simplicity and security https://github.com/slackhq/nebula
Fri 20 Dec 2019 06:36:33 PM PST archive.org

Nebula is a mutually authenticated peer-to-peer software defined network based on the Noise Protocol Framework. Nebula uses certificates to assert a node's IP address, name, and membership within user-defined groups. Nebula's user-defined groups allow for provider agnostic traffic filtering between nodes. Discovery nodes allow individual peers to find each other and optionally use UDP hole punching to establish connections from behind most firewalls or NATs. Users can move data between nodes in any number of cloud service providers, datacenters, and endpoints, without needing to maintain a particular addressing scheme.

Nebula was created to provide a mechanism for groups hosts to communicate securely, even across the internet, while enabling expressive firewall definitions similar in style to cloud security groups.

golang vpn p2p udp crypto exocortex
systemli/awesome-xmpp https://github.com/systemli/awesome-xmpp
Fri 13 Dec 2019 08:07:37 AM PST archive.org

A curated list of amazingly awesome XMPP server, clients, libraries, resources - with focus on security.

awesome xmpp directory resources servers clients protocols crypto libraries articles
GitHub - FiloSottile/age https://github.com/FiloSottile/age
Fri 29 Nov 2019 08:36:59 PM PST archive.org

A simple, secure and modern encryption tool with small explicit keys, no config options, and UNIX-style composability. Tries to suck less than GnuPG. Tries to do the right thing only, without any configuration options or blinkylights. Encrypt-with-authentication, decrypt-with-authentication, that's it. Looks like it uses elliptic curve crypto. Written in Go.

cli tools crypto golang ecc
SPHINCS: Introduction https://sphincs.cr.yp.to/
Thu 10 Oct 2019 09:41:09 PM PDT archive.org
crypto quantumcryptography signatures whitepapers
slashbeast/better-initramfs: Small and reliable initramfs solution supporting (remote) rescue shell, lvm, dmcrypt luks, software raid, tuxonice, uswsusp and more. https://github.com/slashbeast/better-initramfs
Sun 29 Sep 2019 07:29:39 PM PDT archive.org

An alternative initramfs for Linux that offers additional technical capability. Boot from systems with some combination of encrypted storage, softraid, and LVM. Has a minimal rescue environment that you can SSH into. Even supports booting into and restoring suspended systems.

linux initramfs infosec tools crypto shells softraid lvm
jfindlay/pure_pynacl: A pure python implementation of TweetNaCl. https://github.com/jfindlay/pure_pynacl
Tue 10 Sep 2019 01:19:52 PM PDT archive.org

A pure python implementation of TweetNaCl.

python module crypto nacl
Minisign by Frank Denis https://jedisct1.github.io/minisign/
Tue 27 Aug 2019 02:41:54 PM PDT archive.org

Minisign is a dead simple tool to sign files and verify signatures. It is portable, lightweight, and uses the highly secure Ed25519 public-key signature system. Requires libsodium.

Github: https://github.com/jedisct1/minisign

cli crypto signatures ecc files
GitHub - drwetter/testssl.sh: Testing TLS/SSL encryption anywhere on any port https://github.com/drwetter/testssl.sh
Thu 13 Jun 2019 03:52:44 PM PDT archive.org

testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. Clear human-readable and machine-readable outputs. No installation needed, uses only bash. Test any SSL/TLS enabled service on any port.

sysadmin crypto script utility ssl tls testing cli
Security/Server Side TLS - MozillaWiki https://wiki.mozilla.org/Security/Server_Side_TLS
Wed 20 Mar 2019 02:41:23 PM PDT archive.org

The goal of this document is to help operational teams with the configuration of TLS on servers. All Mozilla sites and deployment should follow the recommendations below. The Operations Security (OpSec) team maintains this document as a reference guide to navigate the TLS landscape. It contains information on TLS protocols, known issues and vulnerabilities, configuration examples and testing tools. Changes are reviewed and merged by the OpSec team, and broadcasted to the various Operational teams.

infosec tls configs howto sysadmin crypto
Autocrypt 1.0.1 documentation https://autocrypt.org/
Tue 29 Jan 2019 08:27:45 PM PST archive.org

Autocrypt is a set of guidelines for developers to achieve convenient end-to-end-encryption of e-mails. It specifies how e-mail programs negotiate encryption capabilities using regular e-mails.

For users, Autocrypt Level 1 offers single-click, opt-in encryption, eases encrypted group communications, and provides a way to setup encryption on multiple devices.

crypto standard spec email privacy
trimstray/the-book-of-secret-knowledge https://github.com/trimstray/the-book-of-secret-knowledge
Wed 19 Dec 2018 10:57:25 PM PST archive.org

A collection of awesome lists, manuals, blogs, hacks, one-liners, cli/web tools and more. Especially for System and Network Administrators, DevOps, Pentesters or Security Researchers.

awesome lists howto tips tools sysadmin infosec networks crypto monitoring scripts
brannondorsey/chattervox: 📡 An AX.25 packet radio chat protocol with support for digital signatures and binary compression. Like IRC over radio waves. 〰 https://github.com/brannondorsey/chattervox
Mon 24 Sep 2018 09:58:15 PM PDT archive.org

An AX.25 packet radio chat protocol with support for digital signatures and binary compression. Like IRC over radio. Note that, because encrypted messages are illegal on ham bands, messages are signed to prevent spoofing but are not encrypted. Requires a TNC to send AX.25 - Direwolf is recommended.

foss radio hamradio protocol software crypto nodejs
dschep/proven: 🔑✅ An alternative to Twitter's verified accounts powered by Keybase. https://github.com/dschep/proven
Fri 31 Aug 2018 01:43:09 PM PDT archive.org

An alternative to Twitter's verified program powered by Keybase.

Proven is a browser extension that adds badges like for keybase, github, etc next to users names like Twitter's verified badge but based what accounts the user has posted proofs for Keybase. See the screenshot for what it looks like.

In addition to twitter, it adds badges on Hacker News too.

Available for Chrome and Firefox.

web keybase plugin crypto badges verification foss
BeePaste https://beepaste.github.io/
Fri 31 Aug 2018 11:38:33 AM PDT archive.org

BeePaste is a simple pastebin which is written using Python and the Sanic framework. Designed to be self-hosted and easy to use - paste logs, snippets, and documents. Send stuff from the command line. Has an API that aims to make it easy and flexible to use. Supports shared key (XOR) and PGP encryption. Use the ACE Editor so it's closer to a pad than a pastebin.

Team's Github org: https://github.com/beepaste

Backend written in Python, uses Mongo and Redis.

web software foss pastebin api crypto exocortex
page 1 / 3
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn