o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Capicom - size of encrypted field -

I am using Capicom in a web page with VBscript to create encrypted data to put it into a database field. I can't find anywhere in the online doc etc. how to know who large the field will be once it is encrypted. Is there a way to know that, or is there a way to control that? I need to set up my database fields at the correct length. It is a large record and I can't use a field that is "text" as sql would descibe it. I'm really new to Capicom and really struggling so any help would be greatly appreciated. Thanks, bostonRose

 

Capicom - size of encrypted field -
I am using Capicom in a web page with VBscript to create encrypted data to put it into a database field. I can't find anywhere in the online doc etc. how to know who large the field will be once it is encrypted. Is there a way to know that, or is there a way to control that? I need


CAPICOM prerequitsites (RESOLVED) -
Hello everybody I want to use CAPICOM to digitally encrypt a password in my application. I know that CAPICOM is based on CryptoAPI. I have downloaded and installed the latest Microsoft SDK. Does this contain both the CAPICOM and CryptoAPI libraries? Also, in order to use CAPICOM wha


Network Security Conundrum -
Alrite, so I'm ready to use the Capicom encryption component from microsoft to secure some messages between a client app and a server app. I plan on having them send certain messages back and forth that are often times identical, but their quantity is important. Anyways, here is the


Exception while publishing project -
Hi all, When I am publishing my project I ma getting following exception pls let me know if any body know the solution: Error 2 SignTool reported an error 'Failed to sign bin\Release\WitnessAVI.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1


Capicom and crypt binary files -
Hi ,i'm looking for a dll to encrypt birnary and text files , i think that capicom dll can do it ,but it's possible to encrypt binary files? ,i had tryed but i can't ,does anybody can show me an example? Thanks ,


Getting the field size using ADO -
I'm attempting to read the field size for a field using ADO objects. In DAO, you could say something like rs!Name.size and it'd retrieve the defined size for the name field in the underlying table. I can't find the equivalent property in ADO. Anyone know a property for this?


Query an Encrypted Field -
I inherited this system that encrypts data in a field that I need to query (In Access now) yet I cannot figure out how to query this field based upon the encryptions. For Example I need to query this where this field = "1". IN the DB this is how the field is encrypted from Ta


using a encrypted string.... -
Hello all... Im writing a main program that will connect to a server and then grab and encrypted string. This string is a password for a pdf file.The pdf's are password protected with a really long random generated char/number string(ex:dfjd923048d!#*#@0`lkjds&2120!$#03jfd78342*


Hash, base64, binary encryption, secure random numbers [CAPICOM] -
I got bored today and decided I'd write a better example of using the CAPICOM library with visual basic. Requirements: Version: CAPICOM 2.1.0.1 http://www.microsoft.com/downloads/d...DisplayLang=en Instructions: 1. You will need to download and install this CAPICOM library in


Replicate a field via DAO -
All, I need to change the size of a field via DAO. I know how to delete a field and then create a new one, but what I can't seem to work out is how to create a new field, copy the data from the old field and then rename the new field. So, I have a field which is 50 characters in


Automatic Tab Indexing -
I have a form that has 12 input fields. Each field has it's own separate max field size. What i would like it to do is that as soon as it hits the max size to jump to the next tab index without having to hit the tab button. Basically have the tab button get it automatically onc


CAPICOM 3DES not working in a few machines -
hello, i am using capicom.dll and try using 3des and developed a activex component. This activex works in some machines but in other machines it just gives me error. if i switch to des it works in all the machines. any one knows y 3des works in a few machines and not in a couple of o


reading from ini file fails with capicom again -
Hi there, I have made a login form which has a form_load inwhich it reads from an ini file the value "password". But I would like to encrypt the value so I have used capicom The ini files looks like this: [Login Gegevens] UserName=systeem Database=MVL00001 PassWo


Help a desperate VB programmer with decrypting a file with VB6 -
Hi All HELP!!!! Are there any PHP programmers out there. I have a PHP website that generates encrypted strings. For some unknown reason I cannot decrypt it on Visual Basic 6. I have tried loads of functions/libaries that I have downloaded from the Internet but cannot get it to


Add Powerful Encryption To Your Visual Basic Programs -
I thought I would show you an easy way to add powerful encryption to your visual basic programs. Up till now, you either had to write the chipers in a fast language like C or deal with the CryptoAPI. Either way you went, it was very complex with uneven documentation. But lucky for the


how to know the size of a field -
hi everyone!i'm using firebird sql as my database. I just want to know how can i get the size of a column/field in a table. Is there any function to know this? like: select size(field) from table....thanks!


File encryption/decryption tool hogs entire processor!!! -
Hello folks, I have created a file encryption/decryption tool. When the file size is small it works fine but when the file size is big say 1Mb or so the machine freezes till the encryption/description process is complete. How can I reduce this processor load so that other process


Storing End-User Passwords In SQL Server Tables -
I am building a web application using SQL Server and VBScript ASPs. I would normally use CAPICOM to hash the passwords and store them in a user table. When the user wants to log in, I hash the string he supplied during the challenge and compare it to the value stored in the DB. Th


[(RE)SOLVED] FTP Server and WinXP encryption -
Hi I need to transfer files from one PC to another in a LAN network. The problem is that both have encryption enabled. I tried Serv-U but it cant handle encrypted files. Anyone know a FTP Server that can handle encrypted files or another possibility to transfer files from one encry


Crystal XI Detail Field Size -
Is there a way to adjust the field size of a detail based on the contents size being displayed? I have a field that can be empty or can have from 50 to 2000 characters in it... I understand that I can surpress it if it is empty but at the same time if it's 50 chars I don't want to wast


Change Field Size via VB Code (URGENT!) -
Some one knows what code should I use to change the field size of a table: I have already this code that localize the exact field, but I don't know how update the table! <b> Set dbField = dbTable.Field(y) dbField.Size = aFields(x).Lenght </b> Thanks in advance!


How to get field length from a recordset -
I need to find out the field size of a particular field from a recordset, I used rs.fields(x).fieldsize, it gives me error. I use rs.fields(x).size, it gives me wrong answer. Please help to tell me how I can do it. ps. How about if the db field is created with Decimal(5, 0), h


Padding Out a String -
Hi, can some one let me know how to pad out a string. i.e. I declare a string dim ls_str as string I then find the size of a foeld in a database. I set the value of the string. If the string size is smaller than the field size I want to pad the string out to the size of t


Send Encrypted email / data with ASP -
I need to send an encrypted email or at least part of the email needs to be encrypted (credit card number) from my web server. I'm using CDONTS to send emails. Anyone got any ideas on how to go about this, i need to make the decryption process as easy as possible as it will be non-IT p


Advice seeking on error port: Can't change the data type or field size of this field. -
Can't change the data type or field size of this field. It is part of one or more relationships. I need helps in solvin these probes. Much thanks, Sinl


Field size is wrong... -
A few days ago, I posted a problem that I was having with a strange error. I've done a little more investigating and maybe what I've found will be enough for somebody to help me out... I'm using MySQL and the following VB Code: ------- CODE HERE ------- selStmt = "


MD5 Encryption!! Help! -
Okay heres my problem..... I have in my Database Username/Password fields. The password field stores the users password md5 encrypted. I would really like to keep the data stored in the field encrypted with md5 encryption. I am receiving from a client(i can't change how the clien


Encrypting a column in SQL server/Triggers -
Hi, I would like to know if there is an easy way to encrypt a certain column in SQL server? I've heard that you can use triggers to do that but not sure how triggers could decrypt as triggers don't trigger on 'SELECT' calls. also worried that the encrypted message may be much


Changing MDB Structure. Please Help. -
Hi All In a project, I am using Mdb file for storing data. Through out the project i have used ADODB.CONNECTION for accessing the data. Project is implimented at clients site. I am facing a problem whenever there is a updation and I change Table Definations or Add new Tables on m


Field Size -
Hi, Anybody knows how can I change the size property of exicting Text field at runtime using DAO? It seems that is read only! Thanx


how to decrypt the encrypted file -
hi, anyone can help me how to decrypt the encrypted file? coz its needed in my program... i already got the patch file but the problem is how do i add some code in to that patch file... since it is encrypted i can't open it in normal.. thanks..


Altering the Field Size in ACCESS -
Can anybody guide me in following: I am using the Access97 database using ODBC and wants to change width/size of a field from within a VB6 program .... HOW TO ..? Utpal Mehta


Ostrosoft's SMTP control -
can this control also use encrypted smtp server like Gmails are??? i already use vbsendmail, but it only works with non-encrypted server, are there another code to use for encrypted smtp server.


Simple one-way encryption -
Quick question: Is there a simple and quick way to implement one-way encryption into a VB program? I.E. the only way to check user input against an encrypted value is to encrypt the value and compare the encrypted version of the user input against the encrypted value stored?


[setup installers] -
hi there i ahve created an exe program which needs follwoing dlls 1) capicom.dll 2) comcat.dll 3) asycfilt.dll 4) msvbvm60.dll 5) oleaut32.dll 6) olepro32.dll 7) vb6stkit.dll 8) riched32.dll and the following ocx controls 1) comdlg32.ocx 2) mscomctl.ocx 3) richtx


Encrypted Login -
Does anyone know how I can encrypt a login when the information is being sent between the client and the server? Also, is it possible to store the encrypted password into an Access Database instead of the real password? That way when the user logins, you can compare encrypted passwo


Parsing and Converting Text Data -
I have a program that I use that encrypts strings of text. It does not have a way to convert back to its original form, although I know the way its done by hand. I want to type in an encrypted text/number string into a text box, press a button and it shows the decrypted form. It s


Help on making a decode program -
I have made an encryption which includes: a list of 80 characters(list A)for plain text: 1 c 2 3 3 D 4 1 5 R 6 F 7 P 8 9 9 e 10 M 11 [ 12 U 13 j 14 I 15 N 16 f 17 O 18 Z 19 i 20 0 21 Q 22 g 23 + 24 m 25 h 26 k 27 x 28 S 29 J 30 5 31 p 32 * 33 34 u 35 X 36 8 37 B 38 } 39 ` 40 - 41 r 4


MSHFlexgrid Decimals display problem [Solved] -
Hi, I´ve been using only DataGrid for my applications...but now, I need to use MSHFlexGrid, but whenever I have decimals in a field value (Price stored) in an Access database that gives me more decimals than it should be (not in all records), even in values stored by hand in the reco


SQL Update Statement Needed -
Hello, I have a table named Inventory that I need to update a field called Barcode with two fields from the same table. The first field is the Style and the second is Size. I also need to have 2 spaces between the Style and Size that will be updating to the Barcode field. So basically