Forums Help & support How to backup with Axcrypt Reply To: How to backup with Axcrypt

#6408 Reply

Svante
Spectator

Hello Michael,

You can encrypt files with AxCrypt, and then backup them as mentioned. One way is to zip the files, and then encrypt the zip file before backuping it for example.

If the password generator functionality is entirely contained in Javascript (or is actually fake…), it might work offline, but that’s not how our generator works. I would not trust such a Javascript generator until I’ve verified their source of randomness and the random number generator used. If it uses Math.random() you should absolutely NOT use it to generate passwords! See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random .