Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.security > #266

Re: transmitting passwords securely

From Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid>
Newsgroups comp.lang.java.security
Subject Re: transmitting passwords securely
Date 2013-02-27 13:04 +0100
Organization A noiseless patient Spider
Message-ID <kgksmg$ngk$2@dont-email.me> (permalink)
References <fif0e8puo49c1krga61ds8r7n7kuf61v38@4ax.com>

Show all headers | View raw


On 30/12/2012 14:22, Roedy Green allegedly wrote:
> I have been writing a one-time pad encryption system. 
> 
> The key weakness in the system is you must deliver the random pads
> ahead of time securely.  I thought of putting them on a USB protected
> by AES and a passphrase. 
> 
> The catch is the receiver still has to know the passphrase to use the
> pads when they arrive.
> 
> How would you go about having either end inform the other of the
> password?
> 
> 

I'd say take a hint from TLS. It uses symmetric encryption for its
operations, and asymmetric encryption to bootstrap the process.

-- 
DF.

Back to comp.lang.java.security | Previous | NextPrevious in thread | Find similar


Thread

transmitting passwords securely Roedy Green <see_website@mindprod.com.invalid> - 2012-12-30 05:22 -0800
  Re: transmitting passwords securely Lothar Kimmeringer <news200709@kimmeringer.de> - 2013-01-06 21:04 +0100
  Re: transmitting passwords securely Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2013-02-27 13:04 +0100

csiph-web