Encryption for Non-Unicode Text -
hello.
i've tried the RSA cryptography, which works perfectly for unicode texts, but not for non-unicode ones, like Korean.
is there a way to encrypt non-unicode texts?
i was thinking maybe messing around at the binary level would work.
complexity doesn't matter for me
any ideas?
Encryption for Non-Unicode Text -
hello.
i've tried the RSA cryptography, which works perfectly for unicode texts, but not for non-unicode ones, like Korean.
is there a way to encrypt non-unicode texts?
i was thinking maybe messing around at the binary level would work.
complexity doesn't matter for me
any
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
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
saving unicode text to sql db -
sir,
i developed an application in visual basic 2005 express edition. i am using sql server 2005 express as backend. i want to store unicode text in my sql database. but when i am saving unicode text to the database, i see only question marks instead of unicode text. to save unicod
Unicode Controls in VB6 -
As far as I know that VB6 controls are not Unicode aware.
I want to develop an application that uses Unicode. Basically I want to use Bengali Unicode font in one of my database application. But all VB6 controls are not Unicode aware. Only MS Froms 2.0 coltrols are unicode aware. but
How to incert unicode text -
hi friends,
i am using a rich text box control i want to write two unicode text into that text box . how can i do that.
i want to insert U+25C4(unicode format character) into the text box.
bye
thanx
True encryption -
I've never really worked with true encryption mostly just little ploys that changed the letters for an encryption but nothing serious.
I'm wondering what would I use to create a true encryption method that could vary from 32 to 128 bit encryption? Is there a specific DLL used or is
display unicode char in textbox -
Hey all,
I wanted to create a program that would mix regular text and unicode charters in a "output" textbox
the problem i run into is that when i display charters in unicode they just show up as blocks?
is this a limitation of the textbox or is it a font issue?
i
Unicode 101 -
All I need to do is to write unicode chars to a file that will be viewed using notepad.
There are two issues that I've run into with this:
1. How do I translate a unicode char's hex notation to get vb to put it into a file?
2. When you create a file using notepad and paste
Unicode To ANSI FORMAT -
Hi Everyone,
i have been assigned a task. i have to convert a 100 unicode files into ascii text files.
i have found out a method of identifying whether a file is unicode or not.
This method is working for all the unicode files. However I am not certain how do I automate the tas
What level of encryption is this -
I have a couple of questions about encryption-
1. Do most (or some or all or none) encryption utilities enlarge file sizes when they are encrypted?
and
2. If an encryption program allows a message to only be decrypted correctly with the right password and the password is 8 chara
[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
How to check whether the input is UNICODE or not -
I use MS SQL server 2000 and one of my column is nvarchar. That means users may enter non-unicode or unicode string. In asp, how can I check whether the data in that column is unicode or not?
Please provide solution code.
Thank you
Unicode & Database -
Hi guys
I was working on Unicode for a while and finally I learned how to use it in order to show Chinese, Arabic, and Indian etc. I show them on “MS forms 2.00” which is consisted of controls that support Unicode. Now I can display and type any language in them. BUT a few proble
whats the fastest encryption you know of -
Ive been designing some file encryption software that encrypts a whole folder. BUT the encryption I am currently using (found it on the internet) is really slow.
What is the fastest type of encryption you know of. (don't bother posting the code i'll find it on google)
Thanks
unicode in sql statement -
I migrated my database from MSAccess 2000 (Chinese version) to MSSQL 2000 (English version). My database contains a lot of unicode data. The following sql statement somehow fails after the migration.
sql = "SELECT * FROM TABLE1 WHERE Theme = '´¶³q' AND [Show]=1 ORDER BY [Mov
Converting ascii to unicode in C# -
Ok, so i'm reading this file that has unicode text in it, but i dunno how to convert the read text into a unicode string.
I have a string that has "\0h\0e\0l\0l\0o" i want it to be a string that says "hello". I know i can do a simple remove "\0" and it
An encryption question -
Does anyone know where i can get an encryption program tested?
I have created an encryption program, and would like to test it for encryption strenth.
Any ideas??
I can not query unicode data in SQL server2000 -
Dear Blade
Thank you every much that you tell me how to insert unicode to sqlserver2000, but now i have the new problem is that i can not query my data from SQL Server2000 by using "select from where" statement.
i try to use 'N' before the Unicode string also but not wo
Unicode in VB 6.0 (Please Save me!) -
Dear Sir,
Last time i am able to solve Greate problem from this forum Thanks to all Experts,
Now i am working on VB 6.0 and unicode
I add "MS Forms2.0 Object Library" this and insert text box but still i can not write Unicode char in this textboxes is there any settin
How does Encryption work (cryptography) -
Hello i was wondering how encryption works. The banks use 128 bit encryption to cover the data transmitted, well the government uses 256 bit i think.
What are the differences between 128 bit and 256 bit and all the other lower ones?
I have been searching on the internet for a wh
Unicode in RichTextBox -
Dear sir:
I'm trying to display unicode (e.g. U+0960) in TextBox (MS form 2.0 controls) and RichTextBox ( Microsoft RichTextBox 6.0 (SP4) ) controls. It works in TextBox, but not in RichTextBox. I think RichTextBox after 2.0 supported unicode. I also tried by changing several unicode
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,
Unicode Characters in Forms.Button -
Ok. Seems unicode characters in VB6 is one headache.
Also it seems VB.NET treats strings as unicode.
So how do I go abt doing this ?
Created a button (Forms.Button)
Changed Font to Arial Unicode MS - western script.
In the Text I tried typing ALT+3333 and 'clubs' character sho
Unicode in VB6 and MSForms 2.0 Library -
OK, the previous threads I read talked about using PostMessageW/A or the Microsoft Forms 2.0 Object Library.
The PostMessage doesn't work in VB6 (if the password character in the parameter field is set to a Unicode object) as VB6 does not support Unicode.
[my development environm
Unicode in Email -
Hi,
I'm looking to extract e-mails via MAPI that may contain Unicode (i.e. partly written in Chinese).
The following code:
Code:
oMessage As MAPI.Message
...
sMyString = StrConv(oMessage.text, vbUnicode)
returns '????' for the text: ÞÃÁÏãè•øÓ¯Ñ×´æ
how to insert the unicode to mysql -
Hi all!
i try to insert the unicode to mysql by using INSERT statement, but data that inserted is not unicode it is latin character not code of uncode.
so how can i insert unicode from php.
best regards,
thirith
How to accept & diplay unicode text in textbox -
Hi
I am developing one address book that will store all of its data in Bengali. I am using one Opentype Unicode Font (Rupali - Bengali) for it.
But VB6 controls are not able to handle this unicode font to display or accept Text.
Anybody can help me.
encryption question -
Does anyone know of any controls I can use to create encryption? I want a control because I need an easy to code, but strong encryption. Any help is greatly appreciated. Later,
-zer0 flaw
I don't want my asp.net page use Unicode.How -
My client doesn't want to use unicode because his pocket PC doesn't works well with it.But it seems that asp.net use Unicode by default though I set charset=gb2131 or any charset else.
How to make my page don't use Unicode but other charset?
unicode in Eclipse -
Dear all,
i am a beginer of JAVA. I am using Eclipse as my IDE.
I want to print out text as Unicode string, but i can not even save.
Why? and what the solution?
Could you pleaes give any idea for Unicode in Java and in Eclipse?
Best regards,
Thirith.
Unicode help -
I'm using win 2000 Pro with Visual Interdev.
My asp contains Unicode, so Interdev will force me to
save my asp file as Unicode format. But after i saved , i cannot
execute the asp file which is unicode format.....
any one can help one that ?
thanks u very much !
Howto convert unicode to char -
I have the following hexadecimal representation of a unicode character 2211
How can this be converted to a unicode chatacter?
I have searched the system.text.convert namespace... but found nothing useful
kind regards
Henrik
Encryption... -
I am currently trying to decide on how to implement encryption into one of my apps.. Basically, I would like to encrypt a string before writing it a database.
Does anyone have some suggestions as to how I can achieve decent encryption without a lot of overhead? And what is this Cr
unicode and dll's -
I am placing a string constant within certain VB files which will act as versioning. When the code is compiled into dll's VB converts the constants into unicode. Is there any way to override the conversion of these strings into unicode ?
Which supports unicode ADO 2.5 or ADO 2.7 in Oracle 9i -
Hey i am working on unicode application integrated with database 9i, So, what version of ADO supports Unicode character set ....
thx
Prevent unicode users from running my non-unicode app -
I want to prevent users from running my app if their OS Unicode settings are going to cause trouble for my non-unicode aware VB6 app.
Anyone know a foolproof way to determine this?
TIA
Unicode *Resolved* -
Hi,
Does anyone know how to convert a character, (say the letter 'a') into its unicode, (numeric), value. I know we can convert into the Ascii value using Asc(), but is there one for unicode?
Cheers
Unicode text with spaces -
Hi All !!
I´m using:
Print #1, strconv("string",vbunicode)
To convert plain text into Unicode text and print it on a txt file, but it is putting spaces between letters... is that correct ?????
e.g. string = Hello
Unicode priinted on txt = H e l l o
help ?
THA
Restore Problem -
Hi there,
I am trying to restore a .bak file from another system.
But it says that the UNICODE LOCALE ID on both machines r same. I Tried Import & Export (MS DTS) But it fails transfering half the data.
Is it because of diff unicode ?? How should I change the UNICODE? IS there