# hotp **Repository Path**: wangshiphys/hotp ## Basic Information - **Project Name**: hotp - **Description**: Calculate the Time-Based One-Time Password for High Performance Computing Center of CICAM - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TOTP A Python script for calculating the Time-Based One-Time Password for High Performance Computing Center of CICAM. ## Requirements python >= 3.5 ## Usage Run the script `totp.py` with python interper. For example, in windows `powershell` or `cmd` run the following command `python totp.py`. ## Note For the first time of usage, the user needs to enter the **token**. After that, the user can select to save the **token** for reuse. If the user select to save the **token**, it will be saved to the current working directory with the name `token`. The **token** is saved in binary form without encryption.