strange occurences of cypher-strings in registry

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

strange occurences of cypher-strings in registry

Post by ^rooker »

strange occurences of cypher-strings in registry:
key: [HKEY_USERS\S-1-5-21-1895855410-2277825577-2496908129-1106\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count]


assumptions:

Numbers are NOT scrambled. Case persistent, but case insensitive (same cipher regardless of case).
monoalphabetic+symmetric. umlauts are NOT scrambled.

summary: cyclic, monoalphabetic cipher. A=N.

JVAAG WINNT
Flfgrz32 System32
.rkr .dll
P: C:

NOPQRSTUVWXYZ
Ax | | | | | |
B x| | | | | |
C x | | | | |
D x| | | | |
E x | | | |
F x| | | |
G x | | |
H x| | |
I x | |
J x| |
K x |
L x|
M x


A = N
B = O
C = P
D = Q
E = R
F = S
G = T
H = U
I = V
J = W
K = X
L = Y
M = Z
N = A
O = B
P = C
Q = D
R = E
S = F
T = G
U = H
V = I
W = J
X = K
Y = L
Z = M


Maybe someone might need this information once?
Post Reply