Generate a Bluesky credibility score, discover your AT Protocol data footprint, and vibe check strangers and new accounts.
at main 205 B view raw
1const crypto = require('crypto'); 2 3// Generate a 64-byte (512-bit) random string in hexadecimal 4const secretKey = crypto.randomBytes(64).toString('hex'); 5console.log('Your new SECRET_KEY is:', secretKey);