If this is a one time work, I would recommend using WordPress with a free template. You have to learn WordPress, but it will be easier than learning HTML CSS js trio.
styx
joined 2 years ago
GitHub is slowly rolling in 2FA. Any good open source apps that will enable me to activate 2FA token on android?
GitHub is slowly rolling in 2FA. Any good open source apps that will enable me to activate 2FA token on android?
Franceβs browser-based website blocking proposal sets a disastrous precedent for the open internet
OceanGate's cofounder wants to send 1,000 people to a floating colony on Venus by 2050, and says we shouldn't stop pushing the limits of innovation
view more: next βΊ
I have a two layer system in place:
I use Aegis, I have automatic encrypted backups, and syncthing to synchronize the backups to my private server. If I need to reconfigure Aegis, I just import the backup.
I have 2FA backup codes as encrypted text files, which are also synced to my server with syncthing. I have the encryption/decryption software installed on my phone and windows, so I can use a backup code if I don't have access to Aegis.
One issue was I had to write my own apps for windows and android for encrypting/decrypting the text files π. You can check them on GitHub: https://github.com/mcanyucel/TextCrypt-Windows https://github.com/mcanyucel/textcrypt-android
They use SHA256 with random IV and random salt. No warranties, though π