genrandom - Generate Random BytesThis is a Visual Studio Code extension, which generates random bytes and insert them on the current caret positions. It can generate random character sequence in four forms: FeaturesBASE64It generates 48 (by default) byte random byte sequence encoded in BASE64 (results in 64-characters).
BASE64URLIt generates 48 (by default) byte random byte sequence encoded in BASE64URL (results in 64-characters).
Hexadecimally encoded (HEX) bytesIt generates 32 (by default) byte random byte sequence in hexadecimal form.
Comma-Separated HEX bytesIt generates 32 (by default) byte random byte sequence, which is hexed and comma-separated.
Random Character SequenceIt generates 32 (by default) random character sequence. It is useful for generating cryptographically strong passwords.
The characters used by the function can be customized. See genrandom.randomChars. Random Sequence using Selected CharactersIt generates 32 random character sequence using the selected characters.
If you select Configurations
|