Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment I've implemented something similar (Score 4, Interesting) 90

I've implemented a similar solution for one of my web apps.
It encrypts the data in the client with a password that they provide before it gets sent to the server. The client also decrypts the value when it receives it from the server.
The password is kept in LocalStorage (a feature of HTML5) so that it is never transmitted to the server.
Assuming the client application is not compromised, this is a great way to keep data secret even from the service operator.

Unfortunately, you won't see this scheme implemented in many apps because almost everyone's business model these days is all about scraping your data for use by advertisers.

Comment Theo's request is pretty.... specific (Score 1) 277

He wants to find a Canadian company that will, on an annually recurring basis, shift all the hydro expenses from one utility account to said company's utility account.

This is such a specific ask that I doubt it will be successful.

He needs to do something like a Kickstarter campaign or just accept donations. It's not difficult to setup a not-for-profit in Canada such that your tax implications would be negligible (if anything). The whole thing is considered an R&D expense, anyway, if he wanted to go the for-profit route. If anything, he'd receive a tax credit for it if he booked it on his personal or small business expenses.

Slashdot Top Deals

If a thing's worth doing, it is worth doing badly. -- G.K. Chesterton

Working...