An open API service indexing awesome lists of open source software.

https://github.com/cryptosense/keytester

Test RSA keys for weak or common factors
https://github.com/cryptosense/keytester

Last synced: 4 months ago
JSON representation

Test RSA keys for weak or common factors

Awesome Lists containing this project

README

          

Cryptosense Key tester [![Build Status](https://travis-ci.org/cryptosense/keytester.svg?branch=master)](https://travis-ci.org/cryptosense/keytester) [![Dependency Status](https://gemnasium.com/cryptosense/keytester.svg)](https://gemnasium.com/cryptosense/keytester)
----------------------

The [Key tester](https://cryptosense.github.io/keytester) runs several checks on
SSH RSA keys in order to detect several weaknesses:

- small factors
- common factors with a central DB of public keys.

For more info, see our article on [Batch GCD-ing GitHub SSH
Keys](https://cryptosense.com/batch-gcding-github-ssh-keys/).