converting 6 bytes hex string to 8 byte raw data
        Posted  
        
            by ron
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ron
        
        
        
        Published on 2010-03-12T18:37:01Z
        Indexed on 
            2010/03/12
            18:37 UTC
        
        
        Read the original article
        Hit count: 264
        
perl
How can i convert a hex string lenght 6 bytes for example string ='1122aaccddff'; to raw binary data of lenght 8 byes the last 2 bytes shoul be padded with zeros,
© Stack Overflow or respective owner