$argon2id$v=19$m=8192,t=2,p=4$vnQqLbjwaAubDafwyjx9bA$vG1yeo8xKpITlT34/c5kqM2Qpx0k8bto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object CountryFlags { | |
private val A = getEmojiByUnicode(0x1F1E6) | |
private val B = getEmojiByUnicode(0x1F1E7) | |
private val C = getEmojiByUnicode(0x1F1E8) | |
private val D = getEmojiByUnicode(0x1F1E9) | |
private val E = getEmojiByUnicode(0x1F1EA) | |
private val F = getEmojiByUnicode(0x1F1EB) | |
private val G = getEmojiByUnicode(0x1F1EC) | |
private val H = getEmojiByUnicode(0x1F1ED) | |
private val I = getEmojiByUnicode(0x1F1EE) |
Analyzed with Nbvcxz
Password | Basic Score (0-4) | Entropy (0-multiple hundreds) |
---|---|---|
fuVkHY2U | 4 | 36.225006121875005 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import me.gosimple.nbvcxz.Nbvcxz | |
import java.io.File | |
fun main() { | |
val passwords = mutableListOf<String>() | |
File("my_passwords.txt").useLines { lines -> lines.forEach { passwords.add(it) }} | |
val nbvcxz = Nbvcxz() | |
File("results.csv").printWriter().use { out -> |
Analyzed with Nbvcxz
Password list source: https://nordpass.com/most-common-passwords-list/
Rank | Password | Basic Score (0-4) | Entropy (0-multiple hundreds) |
---|---|---|---|
1 | 123456 | 0 | 0.0 |
2 | 123456789 | 0 | 2.321928094887362 |
3 | picture1 | 1 | 12.476746203939467 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"project_info": { | |
"project_number": "504782401236", | |
"firebase_url": "https://logviewerforopenhab.firebaseio.com", | |
"project_id": "logviewerforopenhab", | |
"storage_bucket": "logviewerforopenhab.appspot.com" | |
}, | |
"client": [ | |
{ | |
"client_info": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
# Google Services (e.g. APIs or Firebase) | |
# google-services.json | |
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"project_info": { | |
"project_id": "mockproject-1234", | |
"project_number": "123456789000", | |
"name": "FirebaseQuickstarts", | |
"firebase_url": "https://mockproject-1234.firebaseio.com" | |
}, | |
"client": [ | |
{ | |
"client_info": { |