Encrpt/Decrypt structure in a file

K

kevininstructor

I am looking to encrypt a file with a structure as follows (for storing data
which does FTP connections):

Structure SiteInformation
Public ID As Integer
Public DisplayName As String
Public UserName As String
Public UserPassword As String
Public RemoteDirectory As String
Public Host As String
Public Anonymouse As Boolean
End Structure

The examples I am finding (on the web and DotNet documentation) are for
encrypting strings not structures. Any ideas?

Thanks in advance for any insight/assistance,
Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top