A Chaotic Pseudo Random Bit Generator for Multiple Maps

版本 1.0.1 (2.6 KB) 作者: Lazaros Moysis
Testing the Strength of Chaotic Systems as Seeds in a Pseudo Random Bit Generator
19.0 次下载
更新时间 2025/3/3

查看许可证

The code implements the chaotic Pseudo Random Bit Generator proposed in the following work:
Moysis, L., Lawnik, M., Volos, C., Baptista, M., Goudos, S., Fragulis, G. F. (2025). Testing the Strength of Chaotic Systems as Seeds in a Pseudo Random Bit Generator. IEEE Access
Please cite this work if you use the code below.
This method does not require saving the previous values of x_i. So in each iteration, we simply compute x_i, and save it in the same variable.
We only include the maps that succesfully passed the NIST tests.
We encourage you to read the work for further details.

引用格式

Lazaros Moysis (2025). A Chaotic Pseudo Random Bit Generator for Multiple Maps (https://www.mathworks.com/matlabcentral/fileexchange/179954-a-chaotic-pseudo-random-bit-generator-for-multiple-maps), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2024b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Added video link

1.0.0