• Tails 7.8 released

    From Nomen Nescio@nobody@dizum.com to alt.privacy.anon-server on Thu May 21 22:04:58 2026
    From Newsgroup: alt.privacy.anon-server

    https://tails.net/news/version_7.8/


    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Anne Frank@bounce.me@n2n.oc2mx.net to alt.privacy.anon-server on Thu May 21 22:21:03 2026
    From Newsgroup: alt.privacy.anon-server

    Nomen Nescio wrote:

    https://tails.net/news/version_7.8/

    You always inform us of a new release,
    but don't tell us how to use Tails with
    remailer software.

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From YAMNerizer@noreply@mixmin.net to alt.privacy.anon-server, on Thu May 21 22:42:27 2026
    From Newsgroup: alt.privacy.anon-server

    On 21 May 2026, Nomen Nescio <nobody@dizum.com> posted:

    https://tails.net/news/version_7.8/

    Gonna buy it today.

    https://www.amazon.com/Linux-Operating-System-Install-
    Bootable/dp/B083D4WVHP
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From YAMNerizer@noreply@mixmin.net to alt.privacy.anon-server, on Thu May 21 23:27:29 2026
    From Newsgroup: alt.privacy.anon-server

    On 21 May 2026, Nomen Nescio <nobody@dizum.com> posted:

    https://tails.net/news/version_7.8/

    Gonna buy it today.

    https://www.amazon.com/Linux-Operating-System-Install-
    Bootable/dp/B083D4WVHP
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Nomen Nescio@nobody@dizum.com to alt.privacy.anon-server on Fri May 22 05:11:01 2026
    From Newsgroup: alt.privacy.anon-server

    On 21 May 2026, Anne Frank <bounce.me@n2n.oc2mx.net> posted some news:f0d5985e7887f9b381b6@n2n.oc2mx.net:

    Nomen Nescio wrote:

    https://tails.net/news/version_7.8/

    You always inform us of a new release,
    but don't tell us how to use Tails with
    remailer software.

    lol!

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Anne Frank@bounce.me@n2n.oc2mx.net to alt.privacy.anon-server on Fri May 22 18:31:05 2026
    From Newsgroup: alt.privacy.anon-server

    You always inform us of a new release,
    but don't tell us how to use Tails with
    remailer software.


    You can't install remailer software in Tails, the only
    way is to use cypherpunk remailing.

    Enjoying cypherpunk remailing, the best method...

    For Usenet posts you must use: Anon-Post-To: rec.sport.football.college or the target group.
    For rec.arts.tv you would use: Anon-Post-To: rec.arts.tv and so on.

    If you want to send an anonymous message to an email address then you would use Anon To
    like this example: "Anon-To: anonymous@anonymous.com"


    e.g.:

    2 colons on the first line.
    Anon-To: or Anon-Post-To: on second line.
    One blank space line. (third line)
    2 hash tags. (fourth line)
    Subject: (fifth line)
    One blank space line. (sixth line)
    Start message on 7th line.

    Type your message eg: ____________________________________________________________________________________
    ::
    Anon-Post-To: rec.sport.football.college

    ##
    Subject: Going To War (or whatever your subject is)

    War is about to break out in...

    (now encrypt above message with the remailer key of the remailer
    you're sending it to and when ready to send it should look
    something like below)

    ::
    Encrypted: PGP

    -----BEGIN PGP MESSAGE-----

    owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfj IcSHT4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9s CijF3NGxybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDa
    -----END PGP MESSAGE-----

    =============================================================
    ::
    Anon-To: add...@example.org

    Write here your message =============================================================

    Remailers only accept messages encrypted through PGP or GPG, so
    your message must be encrypted with the remailer public key,
    which you can get by sending a message to the remailer
    <remailer@dizum.com> and by entering "remailer-key" in the
    subject.

    This page needs updating but worth a look...

    <https://dizum.com/help/remailer.html>

    Remailer stats: alt.privacy.anon-server.stats
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Anne Frank@bounce.me@n2n.oc2mx.net to alt.privacy.anon-server on Fri May 22 18:46:26 2026
    From Newsgroup: alt.privacy.anon-server

    To install and use PGP in Tails, enable the Persistent Storage feature and check "GnuPG" so your keys are saved on the encrypted partition of your Tails USB stick.
    yubikey.jms1.info techiemike.com
    Steps to Install PGP in Tails
    1. Prepare Your Tails USB Stick

    Download Tails: Obtain the latest Tails image from the official website.
    Create a Live USB: Use a USB stick (16 GB or larger) to create a bootable Tails USB. This USB will be dedicated to running Tails only.

    2. Enable Persistent Storage

    To ensure your PGP keys are saved securely, you need to enable the Persistent Storage feature:

    Boot Tails: Start your computer from the Tails USB stick.
    Access Persistent Storage: Go to the Tails settings and enable Persistent Storage.
    Select GnuPG: Make sure to check the option for "GnuPG" so that your PGP keys are stored on the encrypted partition.

    3. Set Up GnuPG for PGP

    Open Terminal: Launch the terminal in Tails.
    Generate PGP Keys: Use the command gpg --full-generate-key to create your PGP key pair.
    Follow Prompts: Enter the required information, including your name and email address, and set a strong passphrase to protect your private key.

    4. Import Public Keys

    To encrypt messages for others, you need to import their public PGP keys:

    Copy the Public Key: Obtain the public key from the sender.
    Import the Key: Use the command gpg --import <public-key-file> to add it to your keyring.

    5. Encrypt and Decrypt Messages

    Encrypt a Message: Use the command gpg --encrypt -r <recipient-email> followed by the message.
    Decrypt a Message: Use gpg --decrypt <encrypted-file> to read encrypted messages.

    Summary of Key Commands
    Action Command
    Generate PGP Key gpg --full-generate-key
    Import Public Key gpg --import <public-key-file>
    Encrypt Message gpg --encrypt -r <recipient-email>
    Decrypt Message gpg --decrypt <encrypted-file>

    By following these steps, you can successfully install and use PGP in Tails, ensuring your communications are secure.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Anne Frank@bounce.me@n2n.oc2mx.net to alt.privacy.anon-server on Fri May 22 18:47:05 2026
    From Newsgroup: alt.privacy.anon-server

    Anne Frank posted some news:
    You always inform us of a new release,
    but don't tell us how to use Tails with
    remailer software.


    You can't install remailer software in Tails, the only
    way is to use cypherpunk remailing.

    Enjoying cypherpunk remailing, the best method...

    For Usenet posts you must use: Anon-Post-To: rec.sport.football.college or the target group.
    For rec.arts.tv you would use: Anon-Post-To: rec.arts.tv and so on.

    If you want to send an anonymous message to an email address then you would use Anon To
    like this example: "Anon-To: anonymous@anonymous.com"


    e.g.:

    2 colons on the first line.
    Anon-To: or Anon-Post-To: on second line.
    One blank space line. (third line)
    2 hash tags. (fourth line)
    Subject: (fifth line)
    One blank space line. (sixth line)
    Start message on 7th line.

    Type your message eg: ____________________________________________________________________________________
    ::
    Anon-Post-To: rec.sport.football.college

    ##
    Subject: Going To War (or whatever your subject is)

    War is about to break out in...

    (now encrypt above message with the remailer key of the remailer
    you're sending it to and when ready to send it should look
    something like below)

    ::
    Encrypted: PGP

    -----BEGIN PGP MESSAGE-----

    owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfj IcSHT4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9s CijF3NGxybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDa
    -----END PGP MESSAGE-----

    =============================================================
    ::
    Anon-To: add...@example.org

    Write here your message =============================================================

    Remailers only accept messages encrypted through PGP or GPG, so
    your message must be encrypted with the remailer public key,
    which you can get by sending a message to the remailer
    <remailer@dizum.com> and by entering "remailer-key" in the
    subject.

    This page needs updating but worth a look...

    <https://dizum.com/help/remailer.html>

    Remailer stats: alt.privacy.anon-server.stats

    Thanks!

    https://forum.torproject.org/t/mixmaster-3-1-remailer-client-for-tails-os-released/21316 :(

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Nomen Nescio@nobody@dizum.com to alt.privacy.anon-server on Sat May 23 01:16:13 2026
    From Newsgroup: alt.privacy.anon-server

    On 22 May 2026, Anne Frank <bounce.me@n2n.oc2mx.net> posted some news:2f36412d2b51156750c6@n2n.oc2mx.net:

    Anne Frank posted some news:
    You always inform us of a new release,
    but don't tell us how to use Tails with
    remailer software.


    You can't install remailer software in Tails, the only
    way is to use cypherpunk remailing.

    Enjoying cypherpunk remailing, the best method...

    For Usenet posts you must use: Anon-Post-To:
    rec.sport.football.college or the target group. For rec.arts.tv you
    would use: Anon-Post-To: rec.arts.tv and so on.

    If you want to send an anonymous message to an email address then you
    would use Anon To like this example: "Anon-To:
    anonymous@anonymous.com"


    e.g.:

    2 colons on the first line.
    Anon-To: or Anon-Post-To: on second line.
    One blank space line. (third line)
    2 hash tags. (fourth line)
    Subject: (fifth line)
    One blank space line. (sixth line)
    Start message on 7th line.

    Type your message eg:
    ______________________________________________________________________
    ______________
    ::
    Anon-Post-To: rec.sport.football.college

    ##
    Subject: Going To War (or whatever your subject is)

    War is about to break out in...

    (now encrypt above message with the remailer key of the remailer
    you're sending it to and when ready to send it should look
    something like below)

    ::
    Encrypted: PGP

    -----BEGIN PGP MESSAGE-----

    owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfj
    IcSHT4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9s
    CijF3NGxybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDa
    -----END PGP MESSAGE-----

    =============================================================
    ::
    Anon-To: add...@example.org

    Write here your message
    =============================================================

    Remailers only accept messages encrypted through PGP or GPG, so
    your message must be encrypted with the remailer public key,
    which you can get by sending a message to the remailer
    <remailer@dizum.com> and by entering "remailer-key" in the
    subject.

    This page needs updating but worth a look...

    <https://dizum.com/help/remailer.html>

    Remailer stats: alt.privacy.anon-server.stats

    Thanks!

    https://forum.torproject.org/t/mixmaster-3-1-remailer-client-for-tails- os-released/21316 :(

    https://github.com/Ch1ffr3punk/mixmaster4096-tails

    "404 this is not the web page you are looking for"

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Anne Frank@bounce.me@n2n.oc2mx.net to alt.privacy.anon-server on Sat May 23 06:54:38 2026
    From Newsgroup: alt.privacy.anon-server

    Nomen Nescio wrote:
    On 22 May 2026, Anne Frank <bounce.me@n2n.oc2mx.net> posted some news:2f36412d2b51156750c6@n2n.oc2mx.net:

    Anne Frank posted some news:
    You always inform us of a new release,
    but don't tell us how to use Tails with
    remailer software.


    You can't install remailer software in Tails, the only
    way is to use cypherpunk remailing.

    Enjoying cypherpunk remailing, the best method...

    For Usenet posts you must use: Anon-Post-To:
    rec.sport.football.college or the target group. For rec.arts.tv you
    would use: Anon-Post-To: rec.arts.tv and so on.

    If you want to send an anonymous message to an email address then you would use Anon To like this example: "Anon-To:
    anonymous@anonymous.com"


    e.g.:

    2 colons on the first line.
    Anon-To: or Anon-Post-To: on second line.
    One blank space line. (third line)
    2 hash tags. (fourth line)
    Subject: (fifth line)
    One blank space line. (sixth line)
    Start message on 7th line.

    Type your message eg: ______________________________________________________________________ ______________
    ::
    Anon-Post-To: rec.sport.football.college

    ##
    Subject: Going To War (or whatever your subject is)

    War is about to break out in...

    (now encrypt above message with the remailer key of the remailer
    you're sending it to and when ready to send it should look
    something like below)

    ::
    Encrypted: PGP

    -----BEGIN PGP MESSAGE-----

    owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfj IcSHT4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9s CijF3NGxybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDa
    -----END PGP MESSAGE-----

    =============================================================
    ::
    Anon-To: add...@example.org

    Write here your message =============================================================

    Remailers only accept messages encrypted through PGP or GPG, so
    your message must be encrypted with the remailer public key,
    which you can get by sending a message to the remailer <remailer@dizum.com> and by entering "remailer-key" in the
    subject.

    This page needs updating but worth a look...

    <https://dizum.com/help/remailer.html>

    Remailer stats: alt.privacy.anon-server.stats

    Thanks!

    https://forum.torproject.org/t/mixmaster-3-1-remailer-client-for-tails- os-released/21316 :(

    https://github.com/Ch1ffr3punk/mixmaster4096-tails

    "404 this is not the web page you are looking for"

    Correct, as Mixmaster for Tails was not appreciated by the
    Tor and a.p.a-s community, I took it down.

    The future of anonymous communications lies anyways in
    the super modern and high-performance Nym Mixnet...

    https://nym.com/mixnet

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From anonymous@noreply@mixmin.net to alt.privacy.anon-server on Sat May 23 13:28:30 2026
    From Newsgroup: alt.privacy.anon-server

    Anne Frank wrote:


    https://github.com/Ch1ffr3punk/mixmaster4096-tails

    "404 this is not the web page you are looking for"

    Correct, as Mixmaster for Tails was not appreciated by the
    Tor and a.p.a-s community, I took it down.

    The future of anonymous communications lies anyways in
    the super modern and high-performance Nym Mixnet...

    https://nym.com/mixnet

    It's not truly anonymous.
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Anne Frank@bounce.me@n2n.oc2mx.net to alt.privacy.anon-server on Sat May 23 15:51:01 2026
    From Newsgroup: alt.privacy.anon-server

    anonymous wrote:
    Anne Frank wrote:


    https://github.com/Ch1ffr3punk/mixmaster4096-tails

    "404 this is not the web page you are looking for"

    Correct, as Mixmaster for Tails was not appreciated by the
    Tor and a.p.a-s community, I took it down.

    The future of anonymous communications lies anyways in
    the super modern and high-performance Nym Mixnet...

    https://nym.com/mixnet

    It's not truly anonymous.

    Read about SURB usage.

    BTW. Studies from 2021 have shown that 81 percent of Tor users
    could have been de-anonymized, while more than 43 percent have
    been rouge nodes. And do not forget remops, when TLAs get hold
    of them and their manageable Type II remailers.

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Anne Frank@bounce.me@n2n.oc2mx.net to alt.privacy.anon-server on Sat May 23 16:11:11 2026
    From Newsgroup: alt.privacy.anon-server

    Anne Frank wrote:
    anonymous wrote:
    Anne Frank wrote:


    https://github.com/Ch1ffr3punk/mixmaster4096-tails

    "404 this is not the web page you are looking for"

    Correct, as Mixmaster for Tails was not appreciated by the
    Tor and a.p.a-s community, I took it down.

    The future of anonymous communications lies anyways in
    the super modern and high-performance Nym Mixnet...

    https://nym.com/mixnet

    It's not truly anonymous.

    Read about SURB usage.

    BTW. Studies from 2021 have shown that 81 percent of Tor users
    could have been de-anonymized, while more than 43 percent have
    been rouge nodes. And do not forget remops, when TLAs get hold
    of them and their manageable Type II remailers.

    And..., later this year I will include Onion Courier Mix technology
    in Hermes and additionally as extra hops in the Nym Mixnet. This will
    be then for a very long time the world's best combined Mix technology
    ever seen on this planet.

    Once released Tor and TypeII smtp open-pool mixing is then no longer needed.

    --- Synchronet 3.22a-Linux NewsLink 1.2