Re: [openssl-users] When to use a key or password

2016-07-09 Thread Warron French

Michel, merci beaucoup, for the explanation.

It does clear things up for me.  I appreciate it,

Warron

On 7/8/2016 6:08 PM, Michel wrote:


Hi,

You need to remember a password. Passwords should never be stored.

Keys are binary data (even if they look as text because they are hexa 
or base64 encoded).


Secret keys can be 'derived' from a password to be used when 
encrypting or decrypting.


Sometime you need to store an ENCRYPTED secret key (generally using 
another password).


see https://en.wikipedia.org/wiki/Key_(cryptography) 
.


IV means 'Initial Vector', which is random binary data needed to 
'start' encryption or decryption.


See https://en.wikipedia.org/wiki/Initialization_vector

Hope it helps,

Regards,

Michel.

*De :*openssl-users [mailto:openssl-users-boun...@openssl.org] *De la 
part de* Warron French

*Envoyé :* jeudi 7 juillet 2016 22:37
*À :* openssl-users@openssl.org
*Objet :* [openssl-users] When to use a key or password

Is there any good rule of thumb for when to use:

*-k * versus

*-K *

Also, what does the term IV refer to in reference to *-iv IV*?

Thanks in advance,

Warron





-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] When to use a key or password

2016-07-08 Thread Michel
Hi,

 

You need to remember a password. Passwords should never be stored.

Keys are binary data (even if they look as text because they are hexa or base64 
encoded). 

Secret keys can be 'derived' from a password to be used when encrypting or 
decrypting.

Sometime you need to store an ENCRYPTED secret key (generally using another 
password).

see https://en.wikipedia.org/wiki/Key_(cryptography).

 

IV means 'Initial Vector', which is random binary data needed to 'start' 
encryption or decryption.

See https://en.wikipedia.org/wiki/Initialization_vector

 

Hope it helps,

Regards,

 

Michel.

 

De : openssl-users [mailto:openssl-users-boun...@openssl.org] De la part de 
Warron French
Envoyé : jeudi 7 juillet 2016 22:37
À : openssl-users@openssl.org
Objet : [openssl-users] When to use a key or password

Is there any good rule of thumb for when to use:

-k  versus

-K 

Also, what does the term IV refer to in reference to -iv IV?

Thanks in advance,

Warron

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] When to use a key or password

2016-07-07 Thread Warron French

Is there any good rule of thumb for when to use:


*-k * versus

*-K *

*
*

Also, what does the term IV refer to in reference to *-iv IV*?


Thanks in advance,

Warron

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users