Affine cipher grouping in trigrams
Assume that you design a new affine cipher where you encrypt three letters at a time, where your alphabet is
{‘A’:0, ‘B’:1, ‘C’:2, ‘D’:3, ‘E’:4, ‘F’:5, ‘G’:6, ‘H’:7, ‘I’:8, ‘J’:9, ‘K’:10, ‘L’:11, ‘M’:12, ‘N’:13, ‘O’:14, ‘P’:15, ‘Q’:16, ‘R’…