Converts a file to hex and converts hex dumps back into the original file format.
To convert any file to hex, open the file in atom and select "Hex View: Encode" from the command pallet.
To convert back from hex, open the file in atom and select "Hex View: Decode" from the command pallet.
View Hex Dump: alt-shift-h
Decode Hex Dump: alt-shift-d
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.