원문정보
초록
영어
In this paper, we propose two 127-bit LFSR (Linear Feedback Shift Register)-based OTP (One-Time Password) generators. One is a 9-digit decimal OTP generator with thirty taps, while the other is a 12-digit OTP generator with forty taps. The 9-digit OTP generator includes only the positions of Fibonacci numbers to enhance randomness, whereas the 12-digit OTP generator includes the positions of prime numbers and odd numbers. Both proposed OTP generators are implemented on an Arduino module, and randomness evaluations indicate that the generators perform well across six criteria and are straightforward to implement with Arduino.
목차
1. Introduction
2. Usage of OTP generator
2.1 Asynchronous mode
2.2 Synchronous mode
3. Proposed LFSR-based OTP generators
3.1 9-digit OTP generator
3.2 12-digit OTP generator
4. Validation and implementation
4.1 Randomness verification
4.2 Implementation using Arduino
5. Conclusion
Acknowledgement
References
