https://github.com/shgtkshruch/cryptography-note
https://github.com/shgtkshruch/cryptography-note
cryptography javascript study
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shgtkshruch/cryptography-note
- Owner: shgtkshruch
- Created: 2020-02-02T02:46:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T02:57:26.000Z (over 6 years ago)
- Last Synced: 2025-01-26T19:13:29.883Z (over 1 year ago)
- Topics: cryptography, javascript, study
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)