1.0.6 SECURITY UPDATE
Improving the encryption method used in the program.
- Now using PBKDF2 key gen
- AES256 encryption against uploaded files on IPFS.
Determinate via printing the 3 word salt used.
New usage:
- Scan Keycard
- Input passphrase
- Write down the random three words
To decrypt:
- Scan Keycard
- Input passphrase
- Input the three random words used against that file.
This salting forces randomization and minimises the risk of two files using the same key.
It also reduces the risk of sensitive data being leaked against the bash history and process history.
All encryption is done "In house"
[anthony@archlinux IPFSS_IPFS-Secure]$ gpg --verify signature.asc IPFSS_IPFS-Secure && sha256sum IPFSS_IPFS-Secure && echo "VERSION 1.0.6 SECURITY UPDATE"
gpg: Signature made Thu 23 Nov 2023 11:14:00 AM AEST
gpg: using EDDSA key 44ABFF44CCBEB434D6B251F5CC1A9655CF7C8F0B
gpg: Good signature from "Anthony Grace (satunix.eth) <[email protected]>" [ultimate]
d46d9c33beb328f3700c5e8158e2d9178c31fe235dba2938f71681467c515142 IPFSS_IPFS-Secure
VERSION 1.0.6 SECURITY UPDATE