Hi All,
Does some easy way exist to check if a file is in base64 or binary format?
Thank you very mutch,
Roby
Hi All,
Does some easy way exist to check if a file is in base64 or binary format?
Thank you very mutch,
Roby
Base64 contains only printable characters (32-127 ascii).
This mean I should read the file and check for characters outside (32-127 ascii) ..
??
Thank you
anyway guys,
is it correct to say that ..
to see if a file is a binary one we just need to look for "\x00", because it would inevitable have it ??
Thank you for yor kin reply...
Roby
May it wud be correct to say that -- it is not a base64 file. However you may not confirm if its a binary file. Different files have different signatures.is it correct to say that ..
to see if a file is a binary one we just need to look for "\x00",
What do u want to achieve ?
rmagro (6th February 2009)
Bookmarks