项目作者: D4-project

项目描述 :
Spotting and sharing weak cryptographic key materials
高级语言: Python
项目地址: git://github.com/D4-project/snake-oil-crypto.git
创建时间: 2019-07-05T08:07:29Z
项目社区:https://github.com/D4-project/snake-oil-crypto

开源协议:GNU Affero General Public License v3.0

下载


snake-oil-crypto

Snake-oil crypto is a term
coined by Phil Zimmermann in 1991 original PGP user guide that designates bad
security products that are hardly distinguishable from good ones:

like […] automotive seat belts that look good and feel good, but snap open in the slowest crash test

The main aim of this project is therefore to provide slow speed crash tests for
crypto materials: trying the easiest cracking techniques against the crypto
items found in the wild.

Broadly speaking this project generates a feed of crypto materials identified as
borked, or being low hanging fruits for an attacker.

Subjects

We are interested in the use of RSA and ECDSA in TLS, GPG, SSH, and OpenVPN.

Ingestion

The project will acquire crypto materials from:

Analysis

A good starting point is all Nadia Heninger et al.’s work:

Some of these techniques and others are already implemented in
RsaCtfTool.

Dissemination

Outputs (means of identifying cracked keys and along with their solutions) will
be exposed through a ReST API, and MISP feeds.

Requirements

  • Debian derivative, tested under Ubuntu 18.04
  • python 3.7 (Use virtualenv!)
  • SageMath 8.8 compiled for python 3

Install and config

  • Use ./install.sh to install in a virtualenv
  • Modify config.conf for configuration

Use

  1. $ sage --python ./sage-8.8/local/bin/rq worker
  2. $ sage --python ./snake-oil-crypto.py