https://github.com/juanbono/criptografia
Criptografia - UTN FRBA 2017
https://github.com/juanbono/criptografia
assignment criptografia-utn cryptography mugi
Last synced: 11 months ago
JSON representation
Criptografia - UTN FRBA 2017
- Host: GitHub
- URL: https://github.com/juanbono/criptografia
- Owner: juanbono
- License: other
- Created: 2017-08-14T00:49:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T23:23:27.000Z (about 7 years ago)
- Last Synced: 2025-01-31T12:13:48.859Z (about 1 year ago)
- Topics: assignment, criptografia-utn, cryptography, mugi
- Language: Haskell
- Homepage:
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [criptografia]()
[](https://travis-ci.org/juanbono/criptografia)

##### Useful commands:
``` sh
# Build the project.
stack build
# Run the test suite.
stack test
# Run the benchmarks.
stack bench
# Generate documentation.
stack haddock
```
#### Bibliography
* [MUGI Pseudorandom Number Generator, Specification 1.3](http://www.cryptrec.go.jp/cryptrec_03_spec_cypherlist_files/PDF/10_02espec.pdf)
* [A New Keystream Generator MUGI](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.112.4465&rep=rep1&type=pdf)
* [Analysis of the Non-linear Part of Mugi](https://pdfs.semanticscholar.org/0f1f/ce05d01f7994acc226c251488f1bfb1c67cc.pdf)
* [Evaluation of the MUGI Pseudo-Random Number Generator](https://www.ipa.go.jp/security/enc/CRYPTREC/fy15/doc/1035_IPA-MUGI_report_final.pdf)
* [MUGI - Self-evaluation Report Ver. 1.1](http://www.hitachi.com/rd/yrl/crypto/mugi/mugi_eve.pdf)
* [Report on Evaluation of Symmetric-Key Cryptographic Techniques](https://www.ime.usp.br/~rt/cranalysis/kaneko2003.pdf)
* [Fault Analysis on Stream Cipher MUGI](http://ebooks.narotama.ac.id/files/Information%20Security%20and%20Cryptology;%2013th%20ICISC%202010/Chapter%2028%20Fault%20Analysis%20on%20Stream%20Cipher%20MUGI.pdf)
* [A Strength Evaluation of a Pseudorandom Number Generator MUGI against Linear Cryptanalysis](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.98.7823&rep=rep1&type=pdf)
[criptografia]: https://github.com/juanbono/criptografia