1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-28 03:50:49 +00:00

[ja] +4 Security Books

This commit is contained in:
Luminous Spice 2013-11-25 01:09:31 +09:00
parent d127f878f3
commit a38bb8d59d

View File

@ -101,6 +101,10 @@
* [安全なウェブサイトの作り方](http://www.ipa.go.jp/files/000017316.pdf) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [安全なSQLの呼び出し方](http://www.ipa.go.jp/files/000017320.pdf) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [ウェブ健康診断仕様](http://www.ipa.go.jp/files/000017319.pdf) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [はやわかり RSA](http://www.mew.org/~kazu/doc/rsa.html) - 山本和彦
* [RSA暗号体験入門](http://www.cybersyndrome.net/rsa/) - CyberSyndrome
* 暗号化アルゴリズム ([1](http://fussy.web.fc2.com/algo/algo9-1.htm)), ([2](http://fussy.web.fc2.com/algo/algo9-2.htm)), ([3](http://fussy.web.fc2.com/algo/algo9-3.htm)), ([4](http://fussy.web.fc2.com/algo/cipher4_elgamal.htm)) - Fussy
* [ネットワークプログラミングの基礎知識](http://x68000.q-e-d.net/~68user/net/) - 68user
####ソフトウェアアーキテクチャ