-

@ Vitor Pamplona
2025-04-08 14:41:53
Is it possible to get an AI-based, repeatable pubkey -> memorable profile image generator so that every time the app asks to generate an image based on a key, it gets the exact same one?
The goal is to improve our visualization of the user's key so that you can immediately know if you are talking with the same person or an impostor.
It must be an AI because humans cannot make enough image layer combinations to represent every key, like on Robohash.
Each user should also create a nonce so that I might be a rabbit for one user or an astronaut for another. In that way, we minimize impersonation attacks.
1. It must generate memorable images.
2. It must have a large set of elements to combine so that every possible key can be represented without being too similar to any other key.
3. It must be repeatable since each client needs to run it locally over the pubkey.
🤔