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
39 results tagged encryption  ✕   ✕
kimci86/bkcrack https://github.com/kimci86/bkcrack
Mon 31 Oct 2022 04:15:20 PM PDT archive.org

Crack legacy zip encryption with Biham and Kocher's known plaintext attack.

A ZIP archive may contain many entries whose content can be compressed and/or encrypted. In particular, entries can be encrypted with a password-based symmetric encryption algorithm referred to as traditional PKWARE encryption, legacy encryption or ZipCrypto. This algorithm generates a pseudo-random stream of bytes (keystream) which is XORed to the entry's content (plaintext) to produce encrypted data (ciphertext). The generator's state, made of three 32-bits integers, is initialized using the password and then continuously updated with plaintext as encryption goes on. This encryption algorithm is vulnerable to known plaintext attacks as shown by Eli Biham and Paul C. Kocher in the research paper A known plaintext attack on the PKZIP stream cipher. Given ciphertext and 12 or more bytes of the corresponding plaintext, the internal state of the keystream generator can be recovered. This internal state is enough to decipher ciphertext entirely as well as other entries which were encrypted with the same password. It can also be used to bruteforce the password with a complexity of nl-6 where n is the size of the character set and l is the length of the password.

cpp cli infosec zip encryption cracker crossplatform
thinklearndo/keychainbackup https://github.com/thinklearndo/keychainbackup
Thu 18 Aug 2022 12:56:31 PM PDT archive.org

A software (and optionally, hardware) project for automating the creation of offsite backups on flash drives. The idea is that you have a large-ish flash drive on your keyring; when you take your keys out of your pocket, plug the flash drive into the device. The specific use case is a hanging key holder with a RasPi inside of it. The files in the backup script are automatically encrypted and copied onto the flash drive. That way, if anything happens while you're out and about you have the latest and greatest copies of the files already with you.

automation backups external python raspi usbkey exocortex encryption
TheAlgorithms/Python https://github.com/TheAlgorithms/Python
Thu 11 Aug 2022 02:03:29 PM PDT archive.org

Many common and unusual algorithms, implemented in Python as learning exercises. If you want to get a sense of what, say, data structures or fuzzy logic would look like in Python, this is a good place to start.

python algorithms datastructures educational math logic algebra encryption compression
jhaals/yopass https://github.com/jhaals/yopass
Thu 30 Jun 2022 03:40:08 PM PDT archive.org

Yopass is a project for sharing secrets in a quick and secure manner*. The sole purpose of Yopass is to minimize the amount of passwords floating around in ticket management systems, Slack messages and emails. The message is encrypted/decrypted locally in the browser and then sent to yopass without the decryption key which is only visible once during encryption, yopass then returns a one-time URL with specified expiry date.

There is no perfect way of sharing secrets online and there is a trade off in every implementation. Yopass is designed to be as simple and "dumb" as possible without compromising on security. There's no mapping between the generated UUID and the user that submitted the encrypted message. It's always best send all the context except password over another channel.

Messages can only be viewed once. Message can self-destruct automatically. No accounts or registration is required.

Has CLI functionality built in.

Uses memcached or redis as its back-end.

Public instance: https://yopass.se/

webapps service golang encryption messages javascript security cli
coroner/cryptolyzer https://gitlab.com/coroner/cryptolyzer
Wed 02 Feb 2022 02:32:55 PM PST archive.org

CryptoLyzer is a fast and flexible server cryptographic settings analyzer library for Python with an easy-to-use command line interface with both human- and machine-readable output. It works with multiple cryptographic protocols (SSL/TLS, opportunistic TLS, SSH) and analyzes
additional security mechanisms (web security related HTTP response header fields, JA3 tag).

python encryption markdown json tls https ssh settings analysis infosec sysadmin
google/fully-homomorphic-encryption https://github.com/google/fully-homomorphic-encryption
Mon 14 Jun 2021 04:35:34 PM PDT archive.org

This repository contains open-source libraries and tools to perform fully homomorphic encryption (FHE) operations on an encrypted data set.

Fully Homomorphic Encryption (FHE) is an emerging data processing paradigm that allows developers to perform transformations on encrypted data. FHE can change the way computations are performed by preserving privacy end-to-end, thereby giving users even greater confidence that their information will remain private and secure.

This is not an officially supported Google product.

encryption cplusplus library
signald https://gitlab.com/thefinn93/signald
Wed 30 Dec 2020 09:12:14 PM PST archive.org

A daemon which implements an API bridge to the Signal network. This is for hooking bots into the Signal messaging network as well as connecting other kinds of software and webhooks in.

java daemon api messaging signal privacy encryption
Banana Split https://bs.parity.io/
Fri 16 Oct 2020 10:25:47 AM PDT archive.org

Banana Split uses Shamir's secret sharing to make your paper backups more resilient and secure.

After you type in your secret into Banana Split, it will be encrypted with a autogenerated passphrase and split into N QR-codes, ready to be printed out. You'll need N/2+1 of those printouts to reconstruct the secret, and then the passphrase to decrypt it.

Banana Split tries to protect your secret from the attack vectors like "attacker is able to intercept everything you're sending to your printer", and that's why you'll have to write down the passphrase on your printouts by hand.

Banana Split is a self-contained HTML page, and should only be opened from your local Documents folder, while browser is in the Offline mode — this way the risk of compromise will be minimal.

Recovery can be done on any device with a webcam — just show your QR codes to the webcam and follow the notifications on screen in the process.

Saved to Keybase.

Github: https://github.com/paritytech/banana_split

online webapps ssss javascript secrets qrcode encryption
pyrofex / breakzip · GitLab https://gitlab.com/pyrofex/breakzip
Sun 09 Aug 2020 10:32:18 PM PDT archive.org

Utilities for cracking encrypted zip files that use weak encryption. CUDA enabled.

cracking zip encryption files cuda
poljar/matrix-nio: A Python Matrix client library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles https://github.com/poljar/matrix-nio
Sun 19 Jan 2020 09:50:56 PM PST archive.org

A Python module for accessing a Matrix server that is built using the no-I/O methodology - it conceals all of the input and output so development is focused on assembling what is sent and using what is received. Asynchronous in nature. In Pypi. Also end-to-end encryption capable. I don't know how flexible this library is so more investigation is required.

python matrix api module asynchronous encryption exocortex
janimo/textsecure: TextSecure client package for Go https://github.com/janimo/textsecure
Mon 04 Mar 2019 01:33:10 PM PST archive.org

An implementation of Textsecure/Signal in Golang as a CLI tool. Can send and receive one-to-one and group messages.

golang signal sms messaging cli client encryption privacy
morph027 / signal-web-gateway · GitLab https://gitlab.com/morph027/signal-web-gateway
Mon 04 Mar 2019 01:27:26 PM PST archive.org

A web application that sits in front of a command line Signal client that lets you send messages from a web browser. Seems to also have a REST API. Requires a second phone number to set up an account, it's not an extension to an existing Signal setup. Looks like all-Docker-all-the-time but it looks like you can also run it as a system service (a systemd .service file is in the docs, and it says nothing about using Docker for that).

Interestingly, it's a couple of shell scripts.

signal sms privacy messaging scripts exocortex sysadmin encryption gateway api
404 city - Jabber & XMPP server https://404.city/
Tue 10 Jul 2018 02:08:50 PM PDT archive.org

Our mission is to promote new technologies, protect privacy and protection of human rights. When you yourself encrypt your messages and using jabber, we can not know what you're talking about.

xmpp jabber public server encryption chat conferences cyberpunk cypherpunk
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
cr.yp.to http://cr.yp.to/
Tue 20 Mar 2018 03:16:59 AM PDT archive.org

Daniel J. Berstein's homepage. There are tools and code galore here - check it out!

qmail software foss portability sysadmin ucspi tcp unix tools linux technology daemontools web encryption research internet homepage cryptography lawsuit djbdns resource computers programming crypto server security
export-a-crypto-system sig http://www.cypherspace.org/adam/rsa/
Tue 20 Mar 2018 03:16:45 AM PDT archive.org
funny code cryptography privacy encryption rsa programming crypto perl geek itar export signature security software
NIST: Block Cipher Techniques http://csrc.nist.gov/CryptoToolkit/tkencryption.html
Tue 20 Mar 2018 03:16:41 AM PDT archive.org
encryption aes programming security cryptography
Tor Project: Anonymity Online http://www.torproject.org/
Tue 20 Mar 2018 03:16:15 AM PDT archive.org
censorship foss tools anonymity web networking privacy encryption internet crypto security software browser
FM 34-40-2 Basic Cryptanalysis http://www.umich.edu/~umich/fm-34-40-2/#pdf
Tue 20 Mar 2018 03:15:53 AM PDT archive.org
information code cryptography encryption manuals crypto cryptanalysis military security ebooks
nasty http://www.vanheusden.com/nasty/
Tue 20 Mar 2018 03:15:36 AM PDT archive.org

A utility which can be used to recover the passphrase for a PGP or GnuPG key.

code pgp encryption gpg cryptanalysis break passphrase security software recovery
page 1 / 2
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn