My Assistant
![]() ![]() |
|
|
Mar 23 2005, 11:27 AM
Post
#1
|
|
|
UtterAccess Addict Posts: 139 From: Yorkshire, England |
I need to create and encrypt a text file (based on a table) using Access, then decrypt it using PHP, using a shared key. Is there an encryption function the two languages share, or do i need to write a custom one?
|
|
|
|
Mar 25 2005, 08:42 PM
Post
#2
|
|
|
Microsoft Corp UtterAccess VIP Posts: 1,839 From: Bellevue, WA |
Hi,
I'm afraid there is no built-in encryption function in Access. You will need to write a custom function. |
|
|
|
Apr 13 2005, 09:55 AM
Post
#3
|
|
|
UtterAccess Addict Posts: 139 From: Yorkshire, England |
To anyone else who's interested, I cracked this by setting up PHP locally, then calling the PHP encryption function from VB with:
stAppName = "C:\PHP\php -f c:\development\encrypt.php" Call Shell(stAppName, 1) |
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 20th June 2013 - 02:30 AM |