From: Ummon Date: Thu, 4 Dec 2014 21:33:14 +0000 (+0100) Subject: .bib. X-Git-Url: http://git.euphorik.ch/?p=crypto_lab2.git;a=commitdiff_plain;h=e7fd3b5acd39856d6425f17a22f0944e30ed8053 .bib. --- diff --git a/rapport/main.bib b/rapport/main.bib new file mode 100644 index 0000000..9387248 --- /dev/null +++ b/rapport/main.bib @@ -0,0 +1,28 @@ +@misc {crypto-in-dotnet-aes, + author = "Stephen Haunts", + title = "Cryptography in .NET : Advanced Encryption Standard (AES)", + year = "2013", + howpublished = "\url{http://stephenhaunts.com/2013/03/04/cryptography-in-net-advanced-encryption-standard-aes/}" +} + +@misc {crypto-in-dotnet-rsa, + author = "Stephen Haunts", + title = "Cryptography in .NET : RSA", + year = "2013", + howpublished = "\url{http://stephenhaunts.com/2013/03/26/cryptography-in-net-rsa/}" +} + +@misc {wiki-digital-signature, + author = "Wikipedia", + title = "Digital signature --- {W}ikipedia{,} The Free Encyclopedia", + year = "2014", + howpublished = "\url{http://en.wikipedia.org/wiki/Digital_signature}" + } + +@misc {wiki-key-size, + author = "Wikipedia", + title = "Key size --- {W}ikipedia{,} The Free Encyclopedia", + year = "2014", + howpublished = "\url{http://en.wikipedia.org/wiki/Key_size}" + } + \ No newline at end of file