|
Home > Archive > Anonymous Servers > March 2006 > Esub with linux - possible?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Esub with linux - possible?
|
|
| Thrasher Remailer 2006-03-21, 2:54 am |
| Are there any programs for linux that can use esub, or something similar, to
encrypt/recognise a.a.m. messages, like jbn and qs do for windows?
| |
| Anonymous 2006-03-21, 2:54 am |
| In article <MJ6VQ5L138796.9235185185@reece.net.au>
Thrasher Remailer <thrasher@reece.net.au> wrote:
>
> Are there any programs for linux that can use esub, or something similar,
> to encrypt/recognise a.a.m. messages, like jbn and qs do for windows?
Not that I'm aware of. On the QS site there's the original potatoware esub
plugin. It comes with source, if you're a stud you might be able to port it
to linux.
ftp://ftp.quicksilvermail.net/pub/q...b_plugin100.zip
-=-
This message was sent via two or more anonymous remailing services.
| |
| Anonyma 2006-03-21, 2:54 am |
| On 20 Mar 2006 15:05:20
Anonymous <BigappleRemailer@bigapple.yi.org> wrote:
if you're a stud you might be able to port it
> to linux.
I asked the missus: she said, what with 5 minutes enthusiasm, then falling
asleep and no more interest for a fortnight, don't know who this linux bird is,
but wished her luck 
But I'll give it a look; cheers.
| |
| Michael Schierl 2006-03-21, 2:54 am |
| Thrasher Remailer <thrasher@reece.net.au> wrote:
>Are there any programs for linux that can use esub, or something similar, to
>encrypt/recognise a.a.m. messages, like jbn and qs do for windows?
if you don't mind using Sun Java:
http://aamfetch.sourceforge.net/
Otherwise take your favourite scripting language that supports IDEA
ancryption (/me thinks of PERL or Python) and code it yourself.
a) unhex the subject line (48 chars) -> you get 24 chars
b) initialize IDEA/CFB/NoPadding cipher
- use MD5(EncryptSubject) as key
("EncryptSubject" is the one you used in nym config)
- use first 8 chars of dehexed subject as initialization vector
c) decrypt last 16 chars with this cipher
d) if the result is the same as MD5(Subject) ("Subject" as used in
nym config), it is yours.
e) there is no need for encryption, since the remailer will encrypt it
for you. If you have a need for it, just do the same backwards (use
a random initialization vector).
HTH,
Michael
--
Mit amerikanischer (oder deutscher) Tastatur "bequem" internationale
Sonderzeichen eingeben - und das plattformübergreifend (bei Bedarf
auch im Internet-Cafè, falls Java-fähiger Browser vorhanden).
Kostenlos und Open Source. -- http://intltyper.sf.net/
| |
| Nomen Nescio 2006-03-21, 2:54 am |
| On Mon, 20 Mar 2006 20:36:21 +0100
Michael Schierl <schierlm-usenet@gmx.de> wrote:
> Thrasher Remailer <thrasher@reece.net.au> wrote:
>
[vbcol=seagreen]
> if you don't mind using Sun Java:
> http://aamfetch.sourceforge.net/
Hmmm; tried it with Windows, set up OK, but on trying to download messages got
Error occurred:java.io.IOEncryption:java.lang.NumberFormatException:For input
string: ""
Any ideas?
| |
| Michael Schierl 2006-03-23, 8:52 pm |
| Nomen Nescio <nobody@dizum.com> wrote:
>Michael Schierl <schierlm-usenet@gmx.de> wrote:
>
>
>Hmmm; tried it with Windows, set up OK, but on trying to download messages got
>Error occurred:java.io.IOEncryption:java.lang.NumberFormatException:For input
>string: ""
O_o. For some reason aamfetch expects your news server to return a
number, but it returns "". Could be my fault (to expect an optional
field to be present because my server always includes it) or some
corrupted database on the news server.
>Any ideas?
Hmm. If the bug is reproducable, run it again from a console (on
Windows, use the batch file). that should produce a backtrace with
line numbers. Please mail that to my e-mail address given in the
README or post it here.
If you don't know: by right clicking the titlebar (or maybe by
right-clicking into the console) you open a menu that allows you to
copy & paste text from the console.
Thank you.
Michael
--
Mit amerikanischer (oder deutscher) Tastatur "bequem" internationale
Sonderzeichen eingeben - und das plattformübergreifend (bei Bedarf
auch im Internet-Cafè, falls Java-fähiger Browser vorhanden).
Kostenlos und Open Source. -- http://intltyper.sf.net/
| |
| Michael Schierl 2006-03-25, 9:54 am |
| Nomen Nescio <nobody@dizum.com> wrote:
>Michael Schierl <schierlm-usenet@gmx.de> wrote:
>
>
>Hmmm; tried it with Windows, set up OK, but on trying to download messages got
>Error occurred:java.io.IOEncryption:java.lang.NumberFormatException:For input
>string: ""
>
>Any ideas?
Thanks for your help by mail.
There is an updated version on the website available now where this
bug is fixed.
Michael
--
My PGP Key: User ID: Michael Schierl <schierlm@gmx.de>
Key ID: 0x58B48CDD Size: 2048 Created: 26.03.2002
Fingerprint: 68CE B807 E315 D14B 7461 5539 C90F 7CC8
http://home.arcor.de/mschierlm/mschierlm.asc
|
|
|
|
|