MTProxy icon indicating copy to clipboard operation
MTProxy copied to clipboard

Random padding doesnt work

Open imanmousaei opened this issue 3 years ago • 1 comments

Accroding to README, Add dd prefix to secret (cafe...babe => ddcafe...babe) to enable this mode on client side. But when I add "dd", it give me this error:

'S' option requires exactly 32 hex digits

Also, it would be user-friendlier if random padding was specified with another flag.

imanmousaei avatar Jun 25 '22 14:06 imanmousaei

Try delete two char from your secret

E.g:

my..secret ddmy..secr

xTudoS avatar Jul 10 '22 15:07 xTudoS