8.R blockcipher is a new blockcipher suitable for database encryption which is based on RC5 and RC6. R has a variable word size, a variable number of rounds, and a variabled-length secret key.
9.Based on the investigation to the principle and specifications of AES, an effective implementation of AES blockcipher is completed and the document encryption and decryption is also completed by using CipherBlock Chaining (CBC).