 |
January 21, 2025, 05:14:12 AM |
|
This off topic , but relative with BIP38 standard . I tried to test multiply used protocol but it is not matching even I know 100% input value and output value as well I am using Cyberchef for scrypt 1024,1,1,64 Do AES256Encrypt(block = (pointb[1...16] xor derivedhalf1[0...15]), key = derivedhalf2) and call the result pointbx1. Do AES256Encrypt(block = (pointb[17...32] xor derivedhalf1[16...31]), key = derivedhalf2) and call the result pointbx2. In you explanation scrypt 16384,8,8,64 in testing works fine but I could not calculate derivedhalf1 and derivedhalf2 I test a lot off combination but no result. I don't know where is my mistake
|