A hashing and encryption and decryption algorithm for powershell with user Verification
- Added Encryption and Decryption versions of CSFH-64 both can only encrypt and decrypt .txt files right now but a further implementation and solution to encrypt any file is to be done.
- Able to Encrypt and Decrypt any file type and faster than before!
- Created unique user 32bit key for encryption rather than just a random element!
- Hashes faster and encrypts stronger!
- You can now export keys for decryption amongst multiple users
- You can now import keys for decryption of files from trusted users.
- Better save and import file visuals
- Random element to key generation on exporting of key!
- Fixed Big File Encryption
- Exports Key all the time to help with Verification.
- Added Datamethod for byte arrangment
- In progress with Fracture and Complex Methods coming soon
- Encryption write times soon to be implemented