Anti-phishing scheme using identicons and simple cryptography
-
Updated
Jun 27, 2022 - Python
An Identicon is a visual representation of a hash value, usually of an IP address, that serves to identify a user of a computer system as a form of avatar while protecting the user's privacy.
Anti-phishing scheme using identicons and simple cryptography
identicons is a Python package that generates unique 5x5 identicons based on MD5 hashes of input strings. These identicons are symmetrical images commonly used for representing user avatars in applications.
Python tool to generate identicons for Stellar wallets - unique icons, generated based on the wallet public key
◻️ A lightweight API for identicon generation