473,396 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Multi System Encryption Problem

I am trying to write a program in VB.NET that exchanges both strings and
files with a ColdFusion web server which is running on Debian. I
attempted to do so with the Chilkat (http://www.chilkat.com) encryption
library in VB.NET and mcrypt (run through the command line of
ColdFusion) on the web server. No matter what I try I can not get the
encrypted strings & files to decrypt on the other system.

I need to use VB.NET and would prefer to stick with ColdFusion (which is
not important since I can run the encryption/decryption program through
the CFEXECUTE tag, basically command line). Can anyone provide ideas on
what else I can use or tips too consider to try to get these two systems
to work together?

Any help is much appreciated!
Feb 29 '08 #1
4 1472
Grant wrote:
I am trying to write a program in VB.NET that exchanges both strings and
files with a ColdFusion web server which is running on Debian. I
attempted to do so with the Chilkat (http://www.chilkat.com) encryption
library in VB.NET and mcrypt (run through the command line of
ColdFusion) on the web server. No matter what I try I can not get the
encrypted strings & files to decrypt on the other system.

I need to use VB.NET and would prefer to stick with ColdFusion (which is
not important since I can run the encryption/decryption program through
the CFEXECUTE tag, basically command line). Can anyone provide ideas on
what else I can use or tips too consider to try to get these two systems
to work together?

Any help is much appreciated!
Got the Chilkat library website wrong. Correct URL is
http://www.chilkatsoft.com/

Feb 29 '08 #2
Grant <gr**********@gmail.comwrote in news:1oKxj.43243$G23.20041
@newsreading01.news.tds.net:
I am trying to write a program in VB.NET that exchanges both strings and
files with a ColdFusion web server which is running on Debian. I
attempted to do so with the Chilkat (http://www.chilkat.com) encryption
library in VB.NET and mcrypt (run through the command line of
ColdFusion) on the web server. No matter what I try I can not get the
encrypted strings & files to decrypt on the other system.
You could wrap your encrpytion library in a COM DLL or command line
application and call it from ColdFusion.

CF has an encrypt tag you can look it - it supports several algorithms
which are also available in .NET. You should be able to encrpyt the string
via .NET APIs and then decrypt it with the decrypt/encrypt tag.

--
sp**********@rogers.com (Do not e-mail)
Feb 29 '08 #3
Spam Catcher wrote:
Grant <gr**********@gmail.comwrote in news:1oKxj.43243$G23.20041
@newsreading01.news.tds.net:
>I am trying to write a program in VB.NET that exchanges both strings and
files with a ColdFusion web server which is running on Debian. I
attempted to do so with the Chilkat (http://www.chilkat.com) encryption
library in VB.NET and mcrypt (run through the command line of
ColdFusion) on the web server. No matter what I try I can not get the
encrypted strings & files to decrypt on the other system.

You could wrap your encrpytion library in a COM DLL or command line
application and call it from ColdFusion.

CF has an encrypt tag you can look it - it supports several algorithms
which are also available in .NET. You should be able to encrpyt the string
via .NET APIs and then decrypt it with the decrypt/encrypt tag.
I'm actually using ColdFusion MX 6 in which the encrypt tag is limited.

I can take my Windows library and get it on the Linux server and call it
from ColdFusion??? How would I go about doing that?
Feb 29 '08 #4
On Fri, 29 Feb 2008 02:48:29 GMT
Grant <gr**********@gmail.comwrote:
I am trying to write a program in VB.NET that exchanges both strings
and files with a ColdFusion web server which is running on Debian. I
attempted to do so with the Chilkat (http://www.chilkat.com)
encryption library in VB.NET and mcrypt (run through the command line
of ColdFusion) on the web server. No matter what I try I can not get
the encrypted strings & files to decrypt on the other system.

I need to use VB.NET and would prefer to stick with ColdFusion (which
is not important since I can run the encryption/decryption program
through the CFEXECUTE tag, basically command line). Can anyone
provide ideas on what else I can use or tips too consider to try to
get these two systems to work together?
C libraries can be easily wrapped into most languages, and I'm pretty
sure, VB.NET is one of them. Write a simple mcrypt wrapper. It's
always easiest to use the same encryption library on both ends.
Regards,
Ertugrul.
--
http://ertes.de/

Feb 29 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Cliff | last post by:
We are trying to connect to 3 different Oracle databases using MS Access as the front-end and ODBC as the connection. The problem that we are having is that 1 of the databases requires a...
1
by: seesharp | last post by:
Hi, we have a multithreaded application (win service) written in C# that is running well on all but one box. The only difference we see between the problem box and the good ones is that the...
0
by: frankenberry | last post by:
I have multi-page tiff files. I need to extract individual frames from the multi-page tiffs and save them as single-page tiffs. 95% of the time I receive multi-page tiffs containing 1 or more black...
0
by: Andrzej | last post by:
Hi, I have to figure out why we have a problem with special characters in encrypted usernames and passwords. Case: Username: r&bgeorge Password: tigger
4
by: Robert P. | last post by:
I can easily store a one-dimensional array in viewstate ( see Test1 ) If I try storing a multi-dimensional array in the viewstate it's crapping out on me when it goes to serialize the array (not...
5
by: Shane Story | last post by:
I can seem to get the dimensions of a frame in a multiframe tiff. After selecting activeframe, the Width/Height is still really much larger than the page's actual dimensions. When I split a...
11
by: John Williams | last post by:
I've written a simple program to do XOR encryption as my first foray into understanding how encryption works. The code compiles fine, however it segmentation faults on every run. using gdb to...
4
by: bizmey | last post by:
dear all, i have a problem regarding to my final year project. i was proposed an encryption system which the system will encrypt and decrypt file, document in our PC. Besides that, the system will...
2
by: =?Utf-8?B?c2FtMDFt?= | last post by:
I have a remoting application that was developed on a Windows XP SP2 machine with VS2005 SP1. I finally got everything deployed using Wix 3.0, and it works great. Problem is, when I install the msi...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.