New accounts on consumer services
16-character mixed-case + digits + symbols, stored in a password manager. That's ~95 bits of entropy — comfortable margin against any current cracking attack.
Tengeneza manenosiri salama kiakiolojia kwenye kivinjari chako. Badilisha urefu, aina za herufi na usomekaji. Hakuna kitu kinachotumwa kwa seva.
Ndio. Tunatumia crypto.getRandomValues — kitengenezaji cha nambari za nasibu salama kiakiolojia (CSPRNG) cha Web Crypto API. Inafaa kwa manenosiri, token na funguo za kiakiolojia.
Hapana. Utengenezaji wa nenosiri hutokea kabisa kwenye kivinjari chako kupitia JavaScript. Hakuna ombi la mtandao linalofanywa wakati wa kutengeneza nenosiri. Unaweza kuthibitisha kwa kufungua Network tab ya kivinjari.
Kidokezo: bonyeza Space au R kutengeneza tena.
Salama kiakiolojia, inayoweza kubadilishwa, na kabisa upande wa mteja.
Hutumia crypto.getRandomValues ya kivinjari — API ile ile inayotumiwa na benki na wakusanyaji wa manenosiri. Hakuna Math.random ya nasibu ya uwongo.
Urefu wa 4–64, makundi manne ya herufi (kubwa, ndogo, nambari, alama) na hali tatu: herufi zote, rahisi kusoma, inatamkika.
Manenosiri hutengenezwa kabisa katika kivinjari chako. Hakuna kinachotumwa kwa seva yoyote, kamwe. Hakuna kumbukumbu, hakuna telemetri.
Inapatikana katika lugha 25 na ugunduzi wa kivinjari otomatiki. Msaada wa RTL kwa Kiarabu, Kiajemi na Kiurdu.
Unahitaji manenosiri ya timu au API key mpya? Tengeneza hadi 10 kwa mara moja, nakili zote au pakua kama faili la.txt.
Kadiria ya nguvu inayotegemea entropy kwa wakati halisi. Ona jinsi nenosiri lako lilivyo imara kabla ya kulinakili.
Cryptographic-grade randomness from your browser's hardware RNG.
Pick the password length (we recommend 16+ for new accounts, 24+ for high-value services) and which character classes to include: lowercase, uppercase, digits, symbols. You can also enable an easy-to-read mode that excludes ambiguous characters like 0/O and 1/l/I, or a pronounceable mode for passphrases you can speak.
We call crypto.getRandomValues, the browser's built-in cryptographically-secure random number generator. On modern hardware this draws from the CPU's hardware entropy source (RDRAND on x86, ARM TRNG on Apple Silicon). The output is the same quality as /dev/urandom on Linux.
Random bytes are mapped to the chosen character set using rejection sampling — this avoids the modulo bias that naïve byte % alphabet.length would introduce. You get a uniform distribution across every character, every position.
We compute the entropy (in bits) of the result and show it next to the password. Click to copy; the password lands on your clipboard via navigator.clipboard.writeText and is never sent anywhere over the network.
Different security situations call for different password strategies.
16-character mixed-case + digits + symbols, stored in a password manager. That's ~95 bits of entropy — comfortable margin against any current cracking attack.
32-character alphanumeric, copied straight into your .env file. The pattern most APIs accept; long enough that brute force is irrelevant.
Pronounceable mode produces things like karto-zelin-bauma — easy for a guest to type from a printed card, still 70+ bits of entropy.
Use the passphrase mode (4-6 random words) for things you have to type by hand without a manager — it's both stronger and easier to remember than a 12-character mixed-case password.
If a password generator's randomness comes from a server (or worse, is logged on its way back), every credential you produce is potentially compromised the moment it's created. iKit generates passwords using only your browser's hardware RNG — the bytes are never transmitted, never logged, never cached.
crypto.getRandomValues is hardware-backed and not deterministic.
Mafunzo ya kina na ulinganishaji wa zana kutoka blogu ya iKit.
Ndio. Tunatumia crypto.getRandomValues — kitengenezaji cha nambari za nasibu salama kiakiolojia (CSPRNG) cha Web Crypto API. Inafaa kwa manenosiri, token na funguo za kiakiolojia.
Hapana. Utengenezaji wa nenosiri hutokea kabisa kwenye kivinjari chako kupitia JavaScript. Hakuna ombi la mtandao linalofanywa wakati wa kutengeneza nenosiri. Unaweza kuthibitisha kwa kufungua Network tab ya kivinjari.
Kipimo hukadiria entropy (biti za nasibu): Dhaifu <28 biti, Wastani 28–40, Nzuri 40–60, Imara 60–80, Imara sana 80+. Nenosiri la herufi 16 lenye aina zote ni takriban biti 104 — Imara sana.
Pekee ikiwa unahitaji kuzungumza au kukumbuka nenosiri. Manenosiri yanayotamkika hubadilishana entropy kwa urahisi wa kukumbuka — tumia urefu mkubwa (20+) kubaki salama. Katika hali nyingi, nasibu ni bora kwa sababu utahifadhi katika mkusanyaji wa manenosiri.
Herufi 16 zenye aina zote nne ni chaguo-msingi imara. Kwa akaunti za thamani kubwa (barua pepe, benki, sarafu-fiche) tumia 20+. Baadhi ya mifumo huweka kikomo cha 16 au 20 — kagua mahitaji ya tovuti kila mara.