Proqrammer
Programmer
- Sep 17, 2006
- 64
Hi there, I have an array of integers such as:
Dim IntKey() As Integer = {123, 2, 120, 8, 246, 249, 140, 137, 136, 57, 64, 58, 1258, 5, 220}
Now I want to convert that array of integers into an array of bytes so that I could use it in cryptography.
How can I make that happen?
Any help is appreciated.
Dim IntKey() As Integer = {123, 2, 120, 8, 246, 249, 140, 137, 136, 57, 64, 58, 1258, 5, 220}
Now I want to convert that array of integers into an array of bytes so that I could use it in cryptography.
How can I make that happen?
Any help is appreciated.