![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Almost all versions, D3, Uni.., Jbase, etc. can access directly to the database from VB, so you do not need to create the file in Pick and transfer it, and read it. You only need to teach your VB team to access Pick. And you have all OCONV, ICONV available from VB. |
#4
| |||
| |||
|
|
Almost all versions, D3, Uni.., Jbase, etc. can access directly to the database from VB, so you do not need to create the file in Pick and transfer it, and read it. You only need to teach your VB team to access Pick. And you have all OCONV, ICONV available from VB. I don't really want to do it this way. I want to output a file to a shared folder but encrypt that data. The version we're using is mvBase, but we'll be moving onto another at some point. I don't want to use any specific feature that's unavailable in other implementations - just a Windows file is all I want. |
#5
| |||
| |||
|
|
Hi, can the group think of an easy but fairly robust way to encrypt a .TXT file that's written to a shared Windows directory? I want to write a file in Pick (normally we'd just write a CSV) and have our VB developers import the file into their application. As the information contains banking information I want to encrypt it. It will be a daily update file and as it's sitting on the server, there is a security risk. I was thinking of converting to Hex but I don't think it's secure enough. I'm not looking for rocket science but is there a better way, taking into account that other programmers will need to support by encryption? I can't use Pick's password OCONV facility because the VB developers won't have access to that algorythm! Thanks! |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Hi, can the group think of an easy but fairly robust way to encrypt a .TXT file that's written to a shared Windows directory? I want to write a file in Pick (normally we'd just write a CSV) and have our VB developers import the file into their application. As the information contains banking information I want to encrypt it. It will be a daily update file and as it's sitting on the server, there is a security risk. I was thinking of converting to Hex but I don't think it's secure enough. I'm not looking for rocket science but is there a better way, taking into account that other programmers will need to support by encryption? I can't use Pick's password OCONV facility because the VB developers won't have access to that algorythm! Thanks! |
#8
| |||
| |||
|
|
Hi, can the group think of an easy but fairly robust way to encrypt a .TXT file that's written to a shared Windows directory? I want to write a file in Pick (normally we'd just write a CSV) and have our VB developers import the file into their application. As the information contains banking information I want to encrypt it. It will be a daily update file and as it's sitting on the server, there is a security risk. I was thinking of converting to Hex but I don't think it's secure enough. I'm not looking for rocket science but is there a better way, taking into account that other programmers will need to support by encryption? I can't use Pick's password OCONV facility because the VB developers won't have access to that algorythm! Thanks! |
#9
| |||
| |||
|
|
Hi, can the group think of an easy but fairly robust way to encrypt a .TXT file that's written to a shared Windows directory? I want to write a file in Pick (normally we'd just write a CSV) and have our VB developers import the file into their application. As the information contains banking information I want to encrypt it. It will be a daily update file and as it's sitting on the server, there is a security risk. I was thinking of converting to Hex but I don't think it's secure enough. I'm not looking for rocket science but is there a better way, taking into account that other programmers will need to support by encryption? I can't use Pick's password OCONV facility because the VB developers won't have access to that algorythm! Thanks! |
![]() |
| Thread Tools | |
| Display Modes | |
| |