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 processes too can work simultaneouly?
PS: (I'm using CAPICOM library to encrypt/decrypt file)
Thanx.
Mandark
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
[2008] Encryption / Decryption -
What I need is a SIMPLE encryption / decryption system for vb.net.
But I need it in 2 different languages. I need the encryption part fro php, and a function in vb.net that can decrypt it. Think anyone can help?
It doesn't need to be strong, but the stronger the better. Try to m
Encryption/ Decryption -
Hello everyone...please help me with this..
I have looked at several encryption & decryption techniques but cant get them working for me...could anyone please help give me some code that does encryption by click of a command button & decryption as well...so if I enter some te
Decryption Excel Document Using Encryption Key -
I need my Excel file password. I use “Advanced Office Password Breaker” for that and after 5 days its give me the Encryption Key. It’s required Registration for Decryption.
Can I Decrypt Excel File Using This Encryption Key?
File Encryption/Decryption -
Can anyone help me create a file encryption/decryption prog.
I've made a registry prog. but now i need a way to encrypt and decrypt the file containing the password!! HELP
P.S. I'm pretty rusty in this area so make it easy to understand!~
VB - 128, 160 and 256 Bit File Encryption/Decryption with MD5, SHA1 and SHA256 -
For those of you who think that hashing is used for one way encryption only, you need to learn how to think "outside of the box"
This project is using the well known MD5, SHA1 and SHA256 to encrypt and decrypt files. I came up with the algorithm myself sometime last year,
Need a basic encryption/decryption method that will work with vb<->php *unresolved* -
anyone have any encryption/decryption code for php as well as vb? so i can send encrypted data thru vb to php, and php can decrypt it again (And vice versa)
Numbers To Letters - Encryption/Decryption Related -
Well here we go...i coded this vb app to follow the RSA Algorithm to Encrypt/Decrypt files ad such. I coded all the encryption part then realized that i turn each word into a numeric value then it hit me...how am i gonna change it back for the decryption?
So my question is, How wou
Encryption/Decryption using vb6.0 and GNUPG -
I am a vb programmer. I want a GUI interface in vb for encryption and decryption of files using gnupg.
Please tell me any API used for it.
Please help.
Thanks
s
Encryption, Decryption -
Does anyone knows this ?
How can I make a encryption that
will work on a
large text file (about 500kb)
(must be able too decrypt it really fast !)
Thanks
Huge Numbers!!! -
Hi guys,
I really need your help on this one. I'm currently writing an encryption / decryption program that uses the RSA cipher. When I use the formula for encryption / decryption, I get overflow errors. The simple reason is because the value going into a long variable is too big
VB 6.0 DLL Encryption -
Hi!
Recently developing a program I have come across the requirement to "secure" my dll's. If a user is able to gain access to the server then they are able to just copy the dll to their machine and hack away.
Once inside the dll they would have the ability to understa
Fast Text Encryption-Decryption with Password -
Dear All,
I need a Better Encryption technique.If the text is modified ,it should give a message as File Corrupted.
How to read a textfile that updates continously -
Hi.
I have an application, that writes data/messages to a text file, as and when new messages arrive. I have written a VB app, through which I want to read the latest message in the file.
What is the best, and most economical way of doing that? Ive basically used a loop to enabl
Encryption/Decryption -
Can someone explain to me what encryption is (for passwords and stuff) and do i need to encrypt my VB programs?
want encryption tips -
I don't know if this is the right place to post this, but I was looking for info on encryption/decryption, and I looked at the literally thousands of posts on vbforums about it along with searching on the MSDN. Here's one really good starting point I found for anybody wanting to do en
Highest level of encryption in the .Net framework -
I don't know much about encryption, however; I do need to include some encryption and decryption of strings and binary data in one of my applications.
I know the framework has several methods available, however; I am not sure which one is the strongest.
Any recommendations? Does
php encryption -
Sir,
will you help me on how to secure my data using two way encrytion . . .
encryption
and
decryption process . . .
Data Conversion Prob -
I am currently working on implementing a Encryption-Decryption Prog:
Encryption Form:
->Plain Text converted to Ascii form using StrConv(plain, vbFromUnicode)
->Encryption carried out after padding
->Cipher Text converted to Unicode using StrConv(str, vbUnicode)
Decry
string encryption -
hello all,
i'm trying to encrypt a string (about 3KB) that'll be stored on a memory card..
i want the encryption/decryption to be done by my vb application..
does anyone have any idea how i can go about it???
any advice at all will help...
HELP!!!!
password-based encryption/decrytion -
This DLL has password-based encryption and decryption methods. There is no way you can obtain the password from a encrypted string unless you crack the encryption method.
The DLL (PS_Encryption) is installed into the C:\WINDOWS\System32 directory (or equivelent). The DLL's reference
Fast Encryption -
Hi,
I need a secure, but more important, fast encryption / decryption method. Does anyone of you knows a good one?
Thanks,
Walter
Encryption and Decryption of Password -
I want to store my encrypted passwords in a file passwd.txt.
These passwords are like password to my email, internet, etc.
I need an encryption and decryption function which requires
a key to encrypt and decrypt certain password.
Please let me know how to do encrypt and decrypt
RSA, Big Primes. -
I'm interested in using a variant on RSA for security in distributing some files.
The files only run using a viewer program, and are purchased over the web.
The way I'm thinking of distributing is as follows.
The viewer is distributed on a CD, with each CD having a seperat
Encryption and Decryption methods -
hi all
can any one tell what are the various encryption methoda avbailable in visual basic ,
i wanted to use two functions.
one function to decrypt the ecrypted string.
and another to storeea normal string in an encrypoted form,
what r the best mehtoda available ????
,,,
senth
encryption and decryption!! -
i have use md5() to encrypt data, but i realize that it is a one way encryption........what method decrypt back the hash code back to original data??
[2005] QueryString Encryption -
I am looking for some simple encryption/decryption that I can apply to a querystring so users cannot modify the string and access restricted information.
Does anyone out there have any code written in vb 2005 to accomplish this?
thanks.
Difference between Public and Private Key when using XOR cipher encryption -
Hi there,
Not sure which forum subject is best suited. It’s encryption related, sorry if I chose the wrong one.
I have created a tool in vb6 that encrypts bytes using the XOR operator. Now I am trying to expand on this by making key pairs “Public and Private Keys” (where th
quick, semi-secure encryption/decryption -
Hi,
I have a 2MB text file that I need to be able to encrypt/decrypt quickly so the user does not have to wait too long..
The idea is to just keep the casual user from looking at the text file directly.. If a hacker can crack the code, then oh well.. No biggy.. My priority is spe
My little encryption decryption proggy -
have a look
Controlling Processor Usage -
I have a small application that searches a postscript file and replaces text. The problem is that when it is initiated it slams my computer for about 5-7 seconds and hogs all the resources.
Is there any way around this for a simple find and replace? I know windows notepad doesn't us
Encryption And Decryption -
I have a login for that loads up at the start of my program. The password is stored in a .DAT file. What i need to know is how you would encrypt the DAT File. And decrypt it so the program can read it.
Thanks
Eisecure asymmetric encryption -
From what a can see from a brief excusion into capicom dll, is that the following symmetric encryption algorithms can be implemented:
RSA RC2 encryption, RSA RC4 encryption, DES encryption, or triple DES encryption.
The example in MSDN only uses symmetric encryption, but I was i
Encryption\Decryption -
Hey since your file contains binary data it's extremly easy to encrypt it. Just assume a password and XOR every bit of your database with this password. Remember to covert your password into a binary number in your program or you will get an error. To decrypt the file use the same pass
Can we make our processor as child processor of another processor -
Hi
How to hide app form processor viewer ?
Can we make our processor as child processor of another processor ? i.e explorer.exe is always executing, when my app. will execute it will created like a sub processor or child processor or thread of explorer, so no one can catch my app
[2005]POS Software Database Questions -
I'm a beginner in programming and has only started this week. I am learning from the tutorials in the web. So far, I'm only at the basic commands. However, my goal is to develop a POS software. I'm using Visual Basic 2005 Express Edition.
I have a few questions regarding databases t
Encryption program -
I’m writing an encryption/decryption program (win32 console). It takes a sting and either decrypts or encrypts it. This works just like I want it if I fill the string using cin.getline() but I want to make it work with files. The problem I’m having right now is that my program does
My encryption thread -
Can an admin move bradley83's post into a new thread (probably in General VB forum), and lock my thread ?
This thread: VB - 128, 160 and 256 Bit File Encryption/Decryption with MD5, SHA1 and SHA256
There's really nothing more to talk about my encryption. And these new users are ano
Decrypting ZIP problems -
Im ecrypting a ZIP file using DES algorithm via a secret key. When I run my decryption part, the ZIP turns into a corrupted file.
Ive tried encrypting a text file and it decrypts perfectly. I noticed the ZIP (In text mode) has characters that didnt decrypt right.
Is there any way
Using ASM in C -
Hi!
I have a few ASM/C questions here...
A friend and I are programming a Partition Encryption program which loads before the windws Bootloader.
In this program you will have the choice to enter three passwords....One password just inits the windows loader, another encrypt/decrypt