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

https://github.com/shgtkshruch/cryptography-note


https://github.com/shgtkshruch/cryptography-note

cryptography javascript study

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Cryptography Note

暗号技術について学んだことをまとめます。

技術の使用や仕組みをノートにまとめつつ、ブラウザでインタラクティブに暗号化や認証のフローを体験できるアプリケーションを実装します。

暗号技術は、以下のような JavaScript のライブラリを利用します。
- [Forge](https://github.com/digitalbazaar/forge)
- [JSEncrypt](https://github.com/travist/jsencrypt)

## 参考
- [暗号技術入門 第3版 秘密の国のアリス](https://www.hyuki.com/cr/)