GithubHelp home page GithubHelp logo

iseki-masaya / rust-crypto Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dagenix/rust-crypto

0.0 2.0 0.0 747 KB

A (mostly) pure-Rust implementation of various cryptographic algorithms.

License: Apache License 2.0

rust-crypto's Introduction

Rust-Crypto

Build Status

A (mostly) pure-Rust implementation of various cryptographic algorithms.

Goals

Rust-Crypto seeks to create a pratical, pure Rust implementation of useful cryptographic algorithms, with a minimum amount of assembly helper code where appropriate. Rust-Crypto has not been thoroughly audited for correctness at this point, so any use where security is important is not recommended at this time.

Implemented Algorithms

These algorithms are already implemented in the main branch.

  • MD5
  • Sha1
  • Sha2 (All fixed output size variants)
  • HMAC
  • PBKDF2
  • Scrypt
  • AES
  • RC4
  • ECB, CBC, and CTR block cipher modes
  • PKCS padding for CBC block cipher mode
  • Salsa20 and XSalsa20
  • Blowfish
  • Bcrypt

Desired Algorithms

These algorithms are planned.

  • RSA
  • DSA
  • AES-GCM
  • Diffie-Hellman
  • CFB and OFB Cipher Block Modes
  • PKCS Password Based Encryption
  • TLS

Interesting Algorithms

The algorithms aren't really planned, but would probably be suitable additions to the library.

  • DES / 3DES (But only fixed time implementations!)
  • Various Elliptic Curve Algorithms
  • Twofish
  • CTS Padding for CBC Block Cipher Mode

rust-crypto's People

Contributors

andreasots avatar arcterus avatar dagenix avatar ebfe avatar meyermagic avatar ogeon avatar yuriks avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.