OTP ToolboxStore your TOTP secret and generate the code with one command. Like Google Authenticator or other Apps, but within VS Code. FeaturesFirst, store the OTP key, e.g. Once some OTP key is stored, we can get the one time password with For removing stored secrets, use Security DetailsOn first launch of this extension, a random master key is generated. All stored OTP secrets is encrypted with this master key before saving into the disks. The master key is protected in a OS-dependent way. And for remote VS Code session, the secret is stored in local OS.
Extension SettingsCurrently no setting available to this extension. Release Notes0.1.0User can add TOTP key and generate token from key. |