Description: Password with the Virginia approach to ART (not case sensitive) as the key for any given letter is encrypted. Encryption methods are: the letters a, b, c ... z corresponds to the number 0,1,2 ... ... 25. Plaintext letter m, the ciphertext c, the key k, c = m+ ki mod 26 (i = 1,2,3).
To Search:
File list (Check if you may need any files):
维吉利亚密码.cpp