crypto-algorithms

Basic implementations of standard cryptography algorithms, like AES and SHA-1.

  • 所有者: B-Con/crypto-algorithms
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

crypto-algorithms

About

These are basic implementations of standard cryptography algorithms, written by Brad Conte (brad@bradconte.com) from scratch and without any cross-licensing. They exist to provide publically accessible, restriction-free implementations of popular cryptographic algorithms, like AES and SHA-1. These are primarily intended for educational and pragmatic purposes (such as comparing a specification to actual implementation code, or for building an internal application that computes test vectors for a product). The algorithms have been tested against standard test vectors.

This code is released into the public domain free of any restrictions. The author requests acknowledgement if the code is used, but does not require it. This code is provided free of any liability and without any quality claims by the author.

Note that these are not cryptographically secure implementations. They have no resistence to side-channel attacks and should not be used in contexts that need cryptographically secure implementations.

These algorithms are not optimized for speed or space. They are primarily designed to be easy to read, although some basic optimization techniques have been employed.

Building

The source code for each algorithm will come in a pair of a source code file and a header file. There should be no inter-header file dependencies, no additional libraries, no platform-specific header files, or any other complicating matters. Compiling them should be as easy as adding the relevent source code to the project.

主要指標

概覽
名稱與所有者B-Con/crypto-algorithms
主編程語言C
編程語言C (語言數: 3)
平台
許可證
所有者活动
創建於2012-09-13 07:02:35
推送於2020-12-28 06:38:19
最后一次提交2015-04-26 20:50:49
發布數0
用户参与
星數1.9k
關注者數82
派生數707
提交數6
已啟用問題?
問題數18
打開的問題數17
拉請求數0
打開的拉請求數15
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?