Implement a ByteMapped tag which will perform Symmetric key encryption.
1) You should be able to generate a key and IV.
2) The key and IV should be retained when saved to BM format.
3) Once loaded back from the BM, it should be able to un-encrypt a file without any hassle
Implement a ByteMapped tag which will perform Symmetric key encryption.
1) You should be able to generate a key and IV. 2) The key and IV should be retained when saved to BM format. 3) Once loaded back from the BM, it should be able to un-encrypt a file without any hassle