Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: python3 convert hex to binary 32 bit
Post: RE: python3 convert hex to binary 32 bit

(Aug-27-2020, 01:15 PM)DeaD_EyE Wrote: What do you mean with 32 bit binary? import binascii result = binascii.unhexlify("d0e66bfafaf5253157d1b5464e34b0d8d1b53bafc88ae4b7adb0f62d6812c24c")print(re...
Mkt General Coding Help 3 3,974 Aug-28-2020, 02:34 PM
    Thread: python3 convert hex to binary 32 bit
Post: RE: python3 convert hex to binary 32 bit

I have code like this in php, but I don't quite understand what's going on. salt='d0e66bfafaf5253157d1b5464e34b0d8d1b53bafc88ae4b7adb0f62d6812c24c' $hexLenght = strlen($salt); $saltBin = ""; for ($x =...
Mkt General Coding Help 3 3,974 Aug-27-2020, 01:25 PM
    Thread: python3 convert hex to binary 32 bit
Post: python3 convert hex to binary 32 bit

data_in_hex64digits='d0e66bfafaf5253157d1b5464e34b0d8d1b53bafc88ae4b7adb0f62d6812c24c' data_out_bin32bit = 'đŠk ̇ ̇§%1WĐÁFN4░ěĐÁ;»╚ŐńĚş░÷-h↕┬L' I need to convert a string hex 64 digits to a 32 bit b...
Mkt General Coding Help 3 3,974 Aug-27-2020, 12:32 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020