Skip to content

Gallopsled/pwncrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwncrypto

This library is super ALPHA.

It will probably wipe your disk and kick your dog!

Python library for working with cryptography, cryptographic primitives, and number theory.

This document describes the proposed structure of the project and future features.

The goal is to create a fast an easy to use library. Ease of use comes from python, and speed from C. Getting started should be as easy as

$ pip install pwncrypto
  • Modern cryptography
  • Mathematics

Required libraries are

  • PyCrypto
  • gmpy2

Modern cryptography

Provide both complete implementations and building blocks for modern cryptographic constructions. The goal is to enable analysis of novel implementations as seen in CTFs.

Mathematics

Provide an interface to the fundamental building blocks that everything is based on, for maximum flexibility in development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages