How Can I Create A Caesar Cipher in Excel To Encrypt A String of Digits Rexcel
How Can I Create A Caesar Cipher in Excel To Encrypt A String of Digits Rexcel
I'd like to, for example, convert 1234 into 2345 (Shift is
1). "Shift" is how many values it skips/adds to encrypt
the number. So if I say Shift is 2, the encrypted number
would be 3456.
2 23
u/onirisapp • Promoted
Add a Comment
Antimutt • 6y ago
=SUMPRODUCT(MOD(VALUE(MID(A1,ROW(INDIRECT("
4 Reply
12 more replies
Chemtide • 6y ago
=A1+DEC2BIN(2^LEN(A1)-1)
Will work.
2 Reply
3 more replies
TOP POSTS