Visual Basic 6.0
JWT Examples for Visual Basic 6.0
- Create JWT Using HS256, HS384, or HS512
- Verify JWT Using HS256, HS384, or HS512
- Create JWT Using RSA (RS256, RS384, or RS512)
- Verify JWT Using an RSA Public Key (RS256, RS384, RS512)
- Create JWT Using ECC (ES256, ES384, or ES512)
- Verify JWT Using an ECC Public Key (ES256, ES384, ES512)
- bitzlato.com whoami (uses an ES256 JWT for Authorization Bearer in REST API)
- Verify JWT with EdDSA / Ed25519 Signature
- Validate the at_hash Claim of an ID Token
- Verify a JWT Created by the Amazon Cognito Service
- Create JWT using Smart Card
- Create JWT Using Ed25519 Private Key (EdDSA)
- Create JWT using a Brainpool EC Key
- Create JWT using a Certificate's Private Key