Share

More
IMOTP One-Time-Pad Cryptographic Suite Icon

IMOTP One-Time-Pad Cryptographic Suite

by jeffconnelly


IMOTP is a one-time-pad cryptosystem for instant messaging programs. Currently supported are the xchat IRC client and AOL Instant Messenger (Windows version). To use OTP, a pad needs to be exchanged in person with whomever you wish to talk to.


http://imotp.sourceforge.net





Separate each tag with a space.

Release Date:

2005-07-13

Registered:

2004-08-09

Ratings and Reviews

Be the first to post a text review of IMOTP One-Time-Pad Cryptographic Suite. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • File released: /imotp/otproxy 0.2/otproxy-0.2.zip

    posted 1673 days ago

  • imotp otproxy 0.2 file released: otproxy-0.2.zip

    otproxy 0.2 2005-07-12 * released under GNU GPL on http://imotp.sf.net/ otproxy 0.2 2004-12-20 * support automatic enabling of encryption if remote user has otproxy as well (piggybacks on the MTN's) otproxy 0.1 2004-12-15 * name change PyIMOTP 0.1 2004-12-13 * initial version, based on PyBoticide * http://pyboticide.home.att.net/

    posted 1673 days ago

  • File released: /imotp/IMOTP 1.2 xotp, otpaim, otpRaim (source)/otp-6601e613bd93fd406f42814640d81278-unsafe

    posted 1995 days ago

  • File released: /imotp/IMOTP 1.2 xotp, otpaim, otpRaim (source)/imotp120-win32.zip

    posted 1995 days ago

  • File released: /imotp/IMOTP 1.2 xotp, otpaim, otpRaim (source)/imotp120.tar.bz2

    posted 1995 days ago

  • imotp IMOTP 1.2 xotp, otpaim, otpRaim (source) file released: imotp120.tar.bz2

    IMOTP ChangeLog 1.2 2004-08-24 Jeff Connelly <jeffconnelly [at] users.sourceforge.net> * separate send/recv pads now supported in IMOTP/C and IMOTP/P * should no longer have "Pad reuse detected" errors because of this * new IMOTP/C pad syntax in [Pads]: username=send_pad:recv_pad * new IMOTP/Pl pad structure: $nick2pad{"username"}=["send_pad","recv_pad"]; * shared pads allowed in IMOTP/C for backwards-compatibility * xotp now allows encrypted channels (with multiple users) * single byte to safe_encode() in IMOTP/C bug fixed * documentation updated * new icons generated randomly from http://random.org/xform.html * stable 1.1 2004-08-18 Jeff Connelly * imotp/C otp_encode() and otp_decode() more generic; offset (at) is stored in a variable instead of being written to the ciphertext using <at>@<ciph>, its up to the application to encapsulate the offset how it sees fit * imotp/C safe_encode()/safe_decode() must now be called manually * otpaim updated to handle these changes * new project: imotp/C-based otpraim, a proxy which AIM connects through, having the advantage that the official AIM client windows can be used for secure communication rather than a less featureful dialog as in otpaim (included in the "IMOTP 1.1 otpraim (Win32 Only)" release, not "otpaim") * otpraim doesn't expand the size of AIM packet, _whatsoever_ * still using shared pads... 1.0 2004-08-10 Jeff Connelly * new home: http://imotp.sourceforge.net/ * documentation added, see index.html * first public /beta/ release of xotp and otpaim * bugfixes/patches/bugreports welcome 0.4 2004-08-09 Jeff Connelly * extensive beta testing in otpaim from K.O. and JackalSMP * non-scrolling window bug found by K.O., fixed * default sn bug found by JackalSMP, fixed 0.3 2004-08-05 Jeff Connelly * imotp/C initial implementation in imotp.c, forked from IMOTP.pm * integrated with Windows AIM using otpaim 0.2 2004-08-03 Jeff Connelly * imotp/Perl integrated with AIM using network sockets * too bloated since ActivePerl + tons of modules have to be installed * this version was scrapped and imotp reimplemented in C 0.1 2004-07-24 Jeff Connelly * new tab starting with *OTP* for secure privmsgs * added /me support, support for control characters * colors, bold, underline, reverse-video etc. now work * split into IMOTP.pm (crypto specific) and xotp.pl (xchat specific) 0.0 2004-07-23 Jeff Connelly * initial implementation, now in xotp.pl-nonlib * testing from Dan Weber * xchat2 Perl interface only * have to use /otp nick msg to send encrypted messages

    posted 1996 days ago

  • imotp IMOTP 1.2 xotp, otpaim, otpRaim (source) file released: imotp120-win32.zip

    IMOTP ChangeLog 1.2 2004-08-24 Jeff Connelly <jeffconnelly [at] users.sourceforge.net> * separate send/recv pads now supported in IMOTP/C and IMOTP/P * should no longer have "Pad reuse detected" errors because of this * new IMOTP/C pad syntax in [Pads]: username=send_pad:recv_pad * new IMOTP/Pl pad structure: $nick2pad{"username"}=["send_pad","recv_pad"]; * shared pads allowed in IMOTP/C for backwards-compatibility * xotp now allows encrypted channels (with multiple users) * single byte to safe_encode() in IMOTP/C bug fixed * documentation updated * new icons generated randomly from http://random.org/xform.html * stable 1.1 2004-08-18 Jeff Connelly * imotp/C otp_encode() and otp_decode() more generic; offset (at) is stored in a variable instead of being written to the ciphertext using <at>@<ciph>, its up to the application to encapsulate the offset how it sees fit * imotp/C safe_encode()/safe_decode() must now be called manually * otpaim updated to handle these changes * new project: imotp/C-based otpraim, a proxy which AIM connects through, having the advantage that the official AIM client windows can be used for secure communication rather than a less featureful dialog as in otpaim (included in the "IMOTP 1.1 otpraim (Win32 Only)" release, not "otpaim") * otpraim doesn't expand the size of AIM packet, _whatsoever_ * still using shared pads... 1.0 2004-08-10 Jeff Connelly * new home: http://imotp.sourceforge.net/ * documentation added, see index.html * first public /beta/ release of xotp and otpaim * bugfixes/patches/bugreports welcome 0.4 2004-08-09 Jeff Connelly * extensive beta testing in otpaim from K.O. and JackalSMP * non-scrolling window bug found by K.O., fixed * default sn bug found by JackalSMP, fixed 0.3 2004-08-05 Jeff Connelly * imotp/C initial implementation in imotp.c, forked from IMOTP.pm * integrated with Windows AIM using otpaim 0.2 2004-08-03 Jeff Connelly * imotp/Perl integrated with AIM using network sockets * too bloated since ActivePerl + tons of modules have to be installed * this version was scrapped and imotp reimplemented in C 0.1 2004-07-24 Jeff Connelly * new tab starting with *OTP* for secure privmsgs * added /me support, support for control characters * colors, bold, underline, reverse-video etc. now work * split into IMOTP.pm (crypto specific) and xotp.pl (xchat specific) 0.0 2004-07-23 Jeff Connelly * initial implementation, now in xotp.pl-nonlib * testing from Dan Weber * xchat2 Perl interface only * have to use /otp nick msg to send encrypted messages

    posted 1996 days ago

  • imotp IMOTP 1.2 xotp, otpaim, otpRaim (source) file released: otp-6601e613bd93fd406f42814640d81278-unsafe

    IMOTP ChangeLog 1.2 2004-08-24 Jeff Connelly <jeffconnelly [at] users.sourceforge.net> * separate send/recv pads now supported in IMOTP/C and IMOTP/P * should no longer have "Pad reuse detected" errors because of this * new IMOTP/C pad syntax in [Pads]: username=send_pad:recv_pad * new IMOTP/Pl pad structure: $nick2pad{"username"}=["send_pad","recv_pad"]; * shared pads allowed in IMOTP/C for backwards-compatibility * xotp now allows encrypted channels (with multiple users) * single byte to safe_encode() in IMOTP/C bug fixed * documentation updated * new icons generated randomly from http://random.org/xform.html * stable 1.1 2004-08-18 Jeff Connelly * imotp/C otp_encode() and otp_decode() more generic; offset (at) is stored in a variable instead of being written to the ciphertext using <at>@<ciph>, its up to the application to encapsulate the offset how it sees fit * imotp/C safe_encode()/safe_decode() must now be called manually * otpaim updated to handle these changes * new project: imotp/C-based otpraim, a proxy which AIM connects through, having the advantage that the official AIM client windows can be used for secure communication rather than a less featureful dialog as in otpaim (included in the "IMOTP 1.1 otpraim (Win32 Only)" release, not "otpaim") * otpraim doesn't expand the size of AIM packet, _whatsoever_ * still using shared pads... 1.0 2004-08-10 Jeff Connelly * new home: http://imotp.sourceforge.net/ * documentation added, see index.html * first public /beta/ release of xotp and otpaim * bugfixes/patches/bugreports welcome 0.4 2004-08-09 Jeff Connelly * extensive beta testing in otpaim from K.O. and JackalSMP * non-scrolling window bug found by K.O., fixed * default sn bug found by JackalSMP, fixed 0.3 2004-08-05 Jeff Connelly * imotp/C initial implementation in imotp.c, forked from IMOTP.pm * integrated with Windows AIM using otpaim 0.2 2004-08-03 Jeff Connelly * imotp/Perl integrated with AIM using network sockets * too bloated since ActivePerl + tons of modules have to be installed * this version was scrapped and imotp reimplemented in C 0.1 2004-07-24 Jeff Connelly * new tab starting with *OTP* for secure privmsgs * added /me support, support for control characters * colors, bold, underline, reverse-video etc. now work * split into IMOTP.pm (crypto specific) and xotp.pl (xchat specific) 0.0 2004-07-23 Jeff Connelly * initial implementation, now in xotp.pl-nonlib * testing from Dan Weber * xchat2 Perl interface only * have to use /otp nick msg to send encrypted messages

    posted 1996 days ago

  • File released: /imotp/IMOTP 1.1 xotp, otpaim, otpRaim (full)/imotp11.tar.gz

    posted 2001 days ago

  • File released: /imotp/IMOTP 1.1 otpRaim (Win32 Only)/imotp11-otpRaim.zip

    posted 2001 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

IMOTP One-Time-Pad Cryptographic Suite Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks