YAMN HELP

A collection of tutorials on getting started with the YAMN anonymous remailer

Introduction

YAMN is an anonymous remailer program written in Golang by Zax. It stands for Yet Another Mix Network.

YAMN tries to look like its famous older brother Mixmaster. But there are some significant differences and improvements. For example, there are revised crypto functions. Instead of Mixmaster's Triple-DES, RSAES-PKCS1-v1_5 and MD5, YAMN uses AES, NaCl Box and Blake2. Also deterministic header padding has been added so as to protect against tagging attacks.

These tutorials provide you with help getting started with YAMN. Let's begin.