how do encrypt it before it get's uploaded with php?
there is a way to encrypt a file via js, it's takes a bit of code.
here's a starting point. https://tutorialzine.com/2013/11/javascript-file-encrypter
hello , i have project where i have to upload a file to the server , i also need to encrypt the contents of the file , should i encrypt it using php or javascript before it gets uploaded ?
Please or to participate in this conversation.