Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Mixed message on SSL (Score 1) 249

The FAQ says, confusingly,

We will establish a secure connection from the cloud to the site owner on your behalf for page requests of sites using SSL (e.g. https://siteaddress.com./

Amazon Silk will facilitate a direct connection between your device and that site. Any security provided by these particular sites to their users would still exist.

Which is it?

Comment Need to know (Score 1) 182

The first step is to think very hard about whether you really need to persist that data. Even when there's a clear need you can often scale back.

Next, think about whether you need reversible encryption. If you're just validating passwords, use a one-way function. Similarly, if you only need the data for infrequent audit or forensics, you can encrypt it asymmetrically, where the system does not contain the private key. (Secure the private key somewhere else for emergency use.) The data goes into a black hole unless you manually intervene.

Slashdot Top Deals

To the systems programmer, users and applications serve only to provide a test load.

Working...