Method Crypto.Substitution()->filter()
- Method filter
stringfilter(stringm,void|multiset(int)save)- Description
Removes characters not in the encryption key or in the
savemultiset from the messagem.
string filter(string m, void|multiset(int) save)
Removes characters not in the encryption key or in
the save multiset from the message m.