<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Of course right after hitting enter I thought of a possible solution...if I'm storing a record that looks something like:<div><br></div><div>-record(data, {id, encrypted_data}).</div><div><br></div><div>Would the solution be to create two functions (one for the Key and one for IVec) that take the plain/exposed id and create a binary of the proper size to be used in encrypting/decrypting? Obviously the functions would have to return the exact same output for any given input but, unless someone got their hands on the original code, that seems like it would be fairly secure.<br><br><hr id="stopSpelling">From: silent_vendetta@hotmail.com<br>To: erlang-questions@erlang.org<br>Date: Sat, 30 Apr 2011 15:25:38 -0700<br>Subject: [erlang-questions] Encrypting/Decrypting data<br><br>

<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">
<style>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

</style>


This is a bit more of a general question than Erlang specific but I hope someone here can answer this, or simply point me to a place where it has already been answered.<div><br></div><div>I'm writing a server in which I will be storing encrypted user data (unlike Sony). My problem is probably a product of zero experience with encryption combined with a lack of sleep, but I can't figure out how to do this securely. By that I mean I understand how to use crypto to encrypt/decrypt a piece of data but the Key and the Ivec have to be the same for both the encryption and decryption otherwise it doesn't work...so how do I make this happen without storing those two things "out in the open?" It seems like that can't be the optimal solution since anyone who could just grab those and decrypt the data. Am I missing something completely obvious?</div><div><br></div><div>Chris Hicks.</div><div><br></div><div><br></div>                                          
<br>_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions</div>                                           </body>
</html>