IQ DIRECT

Blog

Navigation

  • Home
  • About us
  • Portfolio
  • Reviews
  • Blog
  • Contacts
Encode and decode Base64 string in C

A simple C program to encode and decode Base64 strings without using any third-party libraries:

Read more
Convet HEX-encoded UCS2 string to text with support of Ukrainian

To convert a HEX-encoded UCS2 string to text with support for the Ukrainian language, you'll need to decode the HEX representation, convert it to UTF-16, and then further convert it to UTF-8 encoding. The following C code demonstrates how to accomplish this: 

Read more
How to check RSA1024-SHA1 siganture of string having crt file?

To check an RSA1024-SHA1 signature of a string using a certificate (.crt file), you need to follow these steps:

 

Read more

Page 20 of 77

  • 15
  • 16
  • 17
  • 18
  • ...
  • 20
  • 21
  • 22
  • 23
  • 24

Copyright ©2026 IQ DIRECT


main version