Elsewhere

ℹ️ This is my verify page. Below is a list of my official online presences. The source document for this page is digitally signed.

ServiceUrl
TwitterTheMayMeow
Matrix@maymeow:matrix.org
GitHubmaymeow
Codebergmaymeow
Source tubemay
GitLabmaymeow
KeyBasemaymeow
Mastodon@may@social.lol, @maymeow@mastodon.social, @maymeow@infosec.exchange, @maymeow@ioc.exchange, @m@phpc.social
Dockermaymeow
DEVmaymeow
Librepaymaymeow
BuyMeACoffeemaymeow
Packagistmeow, maymeow
Nugetmaymeow
Facebook PageTheMayMeow
Instagrammaymeow__
Hacker Newsmaymeow
TelegramTHeMayMeow
Patreonmaymeow
SoundCloudmaymeow
Stack Overflowmaymeow
HashNode@maymeow
Substackmaymeow
Ko-fimaymeow
CodePenmaymeow
npmjs~themaymeow
Raindropmaymeow
Pixelfedmaymeow
Pixelfed portfoliomaymeow
OMG.LOLmay
Micro.blogmay
Bluesky@maymeow.me
Youtube@maymeow
Medium@maymeow
Threads@maymeow__
Stacksharemaymeow
DeviantArtthemaymeow
PyPImaymeow
KeyOxideE4E1 33AD 32C5 3C62 CBB9 A0E9 06DB 2CB9 8418 5A93
Redditthemaymeow
Letterbirdmay
Discordthemaymeow
Battle.netMeow#2999
PHP Sodium public key9b0c6b7b2c57dac92643fba37be0538cd9b169b52e513fe5c26ec33f1056df8c

I am in control of following domains

DomainTLD
maymeow.com .dev .lol .me .ch .de .ovh .blog .software .link
themaymeow.com
sakuracat.ch
catgirl.sk
0x0.sk
meovv.sk

ℹ️ I also own multiple domains related to my real name which are not part of this public verification.

Manual Verification

Some of my websites contain the meow-sig-auth meta tag. You can verify them locally using a single line of PHP code, provided you have the Public Key, the Domain Name, and the Signature.

  1. Get the Public Key: Download my current public key from catgirl.sk/.well-known/auth.json.
  2. Get the Signature: View the source code of the domain in question and copy the content of the <meta name="meow-sig-auth" content="..."> tag.
  3. Run Verification: Execute the following one-liner in your terminal (replace placeholders with actual values):
1<?php echo sodium_crypto_sign_verify_detached(hex2bin("PASTE_SIGNATURE_HERE"), "PASTE_DOMAIN_HERE", hex2bin(json_decode(file_get_contents("https://catgirl.sk/.well-known/auth.json"))->public_key)) ? "✅ Verified" : "❌ Invalid";

⚠️ Impostor Warning

If you encounter an account, website, or individual claiming to be me (beyond simply sharing a similar nickname) that is not listed above, it is an impostor. If you are unsure about an identity or suspect impersonation, please contact me directly through one of the verified channels listed above before taking any action.