Hey Guys, I've been wondering about encryption lately ! I'm searching for a way to encrypt files (in any way secured enough), and then split the the key in three. The idea is that you cannot read files if you don't gather the 3 keys. Ideally, keys sh...
CCyrus commentedI'm looking for a way to encode an epoch date / time into an existing string. Let's say I have a string abcdefghijklmnopqrstuvwxyz and a datetime 1463134905, I need to be able to convert the string into something so that I can retrieve the date from ...
NNNima and 1 more commentedI'm building a journal web application and I want to encrypt the data on the client. Are there any best practices, guidelines, how should I go about this? Also any lib recommendations? cryptojs OpenPGP I also want to encrypt images. Thank you
NCECCatalin and 4 more commentedWhat is the best way to encrpyt then decrypt information? Let's say I want to store sensitive information such as credit cards or maybe create my own password management system like Keepass(I wouldn't because Keepass is awesome, but this is an exampl...
LAShreyansh and 1 more commentedI am creating a php API for Android and iOS apps where I want the data to be encrypted during transmission - so that no one can view the data between the connection. But the problem is that I can't get right library for encryption and decrypti
JJan commented