<stellar-slack>
<sacarlson> has anyone devised a method to save and auto fill a stellar address seed box in the browser in some secure method? or do we just use the browsers auto complete for passwords to handle it?
TheSeven has quit [Ping timeout: 240 seconds]
TheSeven has joined #stellar-dev
<stellar-slack>
<dzham> you set up a vault server, or you use localstorage, and hope the user doesn’t clear it
<stellar-slack>
<sacarlson> I like the localstorage idea, so were is the info on that one?
<stellar-slack>
<sacarlson> is that a javascript thing you can access local files?
<stellar-slack>
<sacarlson> with that method we could also add a small password that would encrypt it
<stellar-slack>
<sacarlson> it's cool it can hold up to 5mb and we could encrypt it before storing it there
<stellar-slack>
<sacarlson> so I should assume someone has already used this function to store seed info. any code examples with seed storage?
<stellar-slack>
<dzham> with encryption and everything? I’ve got the code, but it’s a bit spread out
<stellar-slack>
<sacarlson> ya I just found the encryption part I think would be cool https://code.google.com/p/crypto-js/ with The Cipher Algorithm AES 256bit is best they have
<stellar-slack>
<sacarlson> with these two parts combined even with my limited skill I should have something in 6 hours
<stellar-slack>
<sacarlson> we should also add your option of online vault to it at some point. for that I'll have to find some site to store and edit files using javascript
<stellar-slack>
<sacarlson> google drive?
de_henne_ has quit [Remote host closed the connection]
<stellar-slack>
<sacarlson> @powedefan I note in your localstorage you didn't encrypt it or am I reading it wrong?
<stellar-slack>
<powderfan> yes currently I don't encrypt the secret, because this would always require to type the password on startup. I consider this a little bit anoying, but surely I will provide this option when centaurus passes its infancy ;)
<stellar-slack>
<sacarlson> sounds like a plan
<stellar-slack>
<sacarlson> and on a phone you already have security just to turn it on so that should be enuf for most
<stellar-slack>
<sacarlson> I'm also glad to see others (you) have chosen the same encryption algorithum code method. makes me feel I didn't mess up too badly yet
<stellar-slack>
<powderfan> dito
pixelbeat_ has joined #stellar-dev
<stellar-slack>
<brian.ebert> test net down?
<stellar-slack>
<dzham> looks like it, yeah
pixelbeat_ has quit [Ping timeout: 255 seconds]
pixelbeat_ has joined #stellar-dev
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
<stellar-slack>
<scott> deploying latest horizon to testnet
<stellar-slack>
<jed> testnet is back up also btw
<stellar-slack>
<scott> note: currently tracking down an error in friendbot on testnet. Will report back here when resolved and friendbot is working again.
Trasp_ has quit [Ping timeout: 256 seconds]
<stellar-slack>
<scott> alright, friendbot is up and running and in go.