--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/email.7 Thu Jan 22 19:36:58 2026 +0300 @@ -0,0 +1,49 @@ +.TH EMAIL 7 "2026" "unixfriends" "Miscellaneous Information" +.SH NAME +email \- contact information +.SH DESCRIPTION +this page contains the contact email address. +.UR index.html +back to main page +.PP +the address is intentionally not written in plain text. +to obtain it, you must decode the following payload. + +.SH PAYLOAD +.nf +\& ,--, +\& ____ ,---.'| +\& ,' , `. ,---, ,---,| | : +\& ,-+-,.' _ | ' .' \\ ,`--.' |: : | +\& ,-+-. ; , || / ; '. | : :| ' : +\& ,--.'|' | ;|: : \\ : | '; ; ' +\&| | ,', | ':: | /\\ \\ | : |' | |__ +\&| | / | | ||| : ' ;. :' ' ;| | :.'| +\&' | : | : |,| | ;/ \\ \\ | |' : ; +\&; . | ; |--' ' : | \\ \\ ,' : ;| | ./ +\&| : | | , | | ' '--' | | '; : ; +\&| : ' |/ | : : ' : || ,/ +\&; | |`-' | | ,' ; |.' '---' +\&| ;/ `--'' '---' +\&'---' +\& (powered by OpenBSD OpenSMTPd) +.fi + +.SH DECODE +run the following command in a POSIX shell: + +.nf +echo "H4sIABx1amkAA8tJzMxzyCxPzC4tStQrSExP5QIARi3kiBIAAAA=" | base64 -d | gzip -d +.fi + +.SH NOTES +this method is used to avoid automated address harvesting. + +.PP +\fBif you cannot decode this, you probably do not need the address.\f + +.SH SEE ALSO +.Xr base32 1 , +.Xr gzip 1 , +.Xr base64 1 , +.Xr mandoc 1