Jan 4, 2017
एन्क्रिप्ट पाठ / एसएमएस / उन्नत एन्क्रिप्शन स्टैंडर्ड (एईएस) 256 बिट कुंजी के साथ साथ ईमेल। पुराने संस्करण डाउनलोड और इंस्टॉल करें AES Message Encryptor for SMS जो आपके डिवाइस मॉडल के अनुकूल है और अपनी पसंदीदा सुविधाओं का आनंद लें!
New block cipher mode has been added. Earlier mode ECB has the disadvantage that identical plaintext blocks are encrypted into identical ciphertext blocks; thus, if used with a non-random and repetitive data it is vulnerable to crypt analysis as it is deterministic.
This has been now corrected and a new mode has been added called Cipher Block Chaining method(CBC), where in identical plaintext blocks are not encrypted into identical ciphertext blocks.
Note that CBC is not compatible with ECB.