• Re: =?utf-8?Q?smtpdump_as_a_tor_mai?= =?utf-8?Q?l_server_=E2=80=93_issues_w?= =?utf-8?Q?ith_security/authenti?= =?utf-8?Q?cation?=

    From Anonymous User@noreply@dirge.harmsk.com to alt.privacy.anon-server on Mon Aug 4 18:43:38 2025
    From Newsgroup: alt.privacy.anon-server

    Nomen Nescio wrote:

    <https://community.torproject.org/onion-services/advanced/client-auth/>

    I had to do that on OmniMix after I shared an SMTP onion link meant for private use.

    Do you know where I find examples for private and public keys and their
    base32 representations ready to be deployed within the Tor system? There
    are several base32 variants and I don't know which to use.

    I created

    -----BEGIN PRIVATE KEY----- MC4CAQAwBQYDK2VuBCIEIGDtPiNQMQQY+Nnkx0LKGH0SQt8D/noGDGxjTNGjh1FE
    -----END PRIVATE KEY-----

    and

    -----BEGIN PUBLIC KEY----- MCowBQYDK2VuAyEAfGdTTadjrYtpzHgLXbC+RM0IL3uefDZuJIDNhI+peGI=
    -----END PUBLIC KEY-----

    and would like to know how to convert them correctly.

    Thanks

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Stefan Claas@pollux@yeffqiea4xtcu6woyab6z6bz4oehisfuzgtmk4e277bydq25p7nha7ad.onion to alt.privacy.anon-server on Tue Aug 5 12:52:36 2025
    From Newsgroup: alt.privacy.anon-server

    Anonymous User wrote:
    Nomen Nescio wrote:

    <https://community.torproject.org/onion-services/advanced/client-auth/>

    I had to do that on OmniMix after I shared an SMTP onion link meant for private use.

    Do you know where I find examples for private and public keys and their base32 representations ready to be deployed within the Tor system? There
    are several base32 variants and I don't know which to use.

    I created

    -----BEGIN PRIVATE KEY----- MC4CAQAwBQYDK2VuBCIEIGDtPiNQMQQY+Nnkx0LKGH0SQt8D/noGDGxjTNGjh1FE
    -----END PRIVATE KEY-----

    and

    -----BEGIN PUBLIC KEY----- MCowBQYDK2VuAyEAfGdTTadjrYtpzHgLXbC+RM0IL3uefDZuJIDNhI+peGI=
    -----END PUBLIC KEY-----

    and would like to know how to convert them correctly.

    Thanks


    Why not use my previously mentioned onionauth program?

    $ onionauth -h
    Usage: onionauth <name> <onion_address>

    $ onionauth pollux yeffqiea4xtcu6woyab6z6bz4oehisfuzgtmk4e277bydq25p7nha7ad pollux public key: LRNSKXA76FVZPFTDNKCQWXSAZLJYVJOLNQOJ2JSZXKDPUVYMO5JA
    pollux private key: FDNK5VN4CXYUMFNP2WFPJ7GSJJFU3HEH7MRWBXUPI4HLWWZGTNGQ
    Public key saved to pollux.auth
    Private key saved to pollux_onion.auth_private

    $ cat pollux.auth descriptor:x25519:LRNSKXA76FVZPFTDNKCQWXSAZLJYVJOLNQOJ2JSZXKDPUVYMO5JA

    $ cat pollux_onion.auth_private yeffqiea4xtcu6woyab6z6bz4oehisfuzgtmk4e277bydq25p7nha7ad:descriptor:x25519:FDNK5VN4CXYUMFNP2WFPJ7GSJJFU3HEH7MRWBXUPI4HLWWZGTNGQ

    Regards
    Stefan
    --- Synchronet 3.21a-Linux NewsLink 1.2