Example input formats
Example .json
{
"keys (or any other field name)": [
{
"key": "hex or base64 or bitstring key"
// additional information is irrelevant
},
{
"key": "hex or base64 or bitstring key"
// additional information is irrelevant but can be provided
}
// etc.
]
}
Example .txt
hex or base64 or bitstring
hex or base64 or bitstring
hex or base64 or bitstring
hex or base64 or bitstring
# etc.
Make sure you pick the right key format!