a 2fa tools for manager otp
懒得写了, 反正就是用来管理多TOTP的, 可以保存多个TOTP并生成OTP TOTP将会保存在本机的配置文件里, 文件将生成在以下目录:
Windows:
%APPDATA%\2FA\config\config.json
Linux:
$HOME/.config/2FA/config/config.json
MacOs:
~/Library/Application Support/2FA/config/config.json
为了安全, 其中TOTP使用机器特征码 + AES-GCM进行加密, 这个配置文件只能在生成的机器上使用, 如果切换设备将无法识别
I can't be bothered to write much—anyway, it's a tool for managing multiple TOTP entries. It can store multiple TOTP secrets and generate OTPs.
The TOTP secrets are saved in a local configuration file, which will be created in the following directory:
Windows:
%APPDATA%\2FA\config\config.json
Linux:
$HOME/.config/2FA/config/config.json
macOS:
~/Library/Application Support/2FA/config/config.json
For security, the TOTP secrets are encrypted using a machine-specific identifier combined with AES-GCM encryption. This configuration file can only be used on the machine where it was generated—if you switch to a different device, the file will not be recognized.