init(analysis): add analysis notebook

This commit is contained in:
Masahiko AMANO 2024-07-20 20:08:52 +03:00
parent 624a774bb1
commit 85a78a168b
2 changed files with 359 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- [About](#about) - [About](#about)
- [How it works](#how-it-works) - [How it works](#how-it-works)
- [Usage](#usage) - [Usage](#usage)
- [Analysis](#analysis)
## About ## About
@ -37,6 +38,10 @@ Options:
If `-k` is omitted, the default key is used. The default key simply maps each char to its value. If `-k` is omitted, the default key is used. The default key simply maps each char to its value.
## Analysis
I did some experiments encrypting English text and MP4 video with RENSA using different keys. The results are shown in [this notebook](rensa_analysis.ipynb).
--- ---
_© Masahiko AMANO aka H1K0, 2024-present_ _© Masahiko AMANO aka H1K0, 2024-present_

354
rensa_analysis.ipynb Normal file

File diff suppressed because one or more lines are too long