Elsewhere
โน๏ธ This is my verify page. Below is a list of my official online presences. The source document for this page is digitally signed.
| Service | Url |
|---|---|
| TheMayMeow | |
| Matrix | @maymeow:matrix.org |
| GitHub | maymeow |
| Codeberg | maymeow |
| Source tube | may |
| GitLab | maymeow |
| KeyBase | maymeow |
| Mastodon | @may@social.lol, @maymeow@mastodon.social, @maymeow@infosec.exchange, @maymeow@ioc.exchange, @m@phpc.social |
| Docker | maymeow |
| DEV | maymeow |
| Librepay | maymeow |
| BuyMeACoffee | maymeow |
| Packagist | meow, maymeow |
| Nuget | maymeow |
| Facebook Page | TheMayMeow |
| maymeow__ | |
| Hacker News | maymeow |
| Telegram | THeMayMeow |
| Patreon | maymeow |
| SoundCloud | maymeow |
| Stack Overflow | maymeow |
| HashNode | @maymeow |
| Substack | maymeow |
| Ko-fi | maymeow |
| CodePen | maymeow |
| npmjs | ~themaymeow |
| Raindrop | maymeow |
| Pixelfed | maymeow |
| Pixelfed portfolio | maymeow |
| OMG.LOL | may |
| Micro.blog | may |
| Bluesky | @maymeow.me |
| Youtube | @maymeow |
| Medium | @maymeow |
| Threads | @maymeow__ |
| Stackshare | maymeow |
| DeviantArt | themaymeow |
| PyPI | maymeow |
| KeyOxide | E4E1 33AD 32C5 3C62 CBB9 A0E9 06DB 2CB9 8418 5A93 |
| themaymeow | |
| Letterbird | may |
I am in control of following domains
| Domain | TLD |
|---|---|
| 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.
- Get the Public Key: Download my current public key from catgirl.sk/.well-known/auth.json.
- 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. - 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.