Re: Rijndael Encryption - CAPS Result

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi Sylvie,

According to this link, I am using Rijndael Encryption & Decryption
Algorithms, But I want my encrypted strings just CAPS string and just
alphanumeric values ABC...Z and 123...90, no other chars I want, what
should I do ? or what other algos I must use,

since Rijndael and familliar are very strong encryption algorithms and
they work in the managed (and in general) with byte arrays/streams
you can use anything to encrypt, what can be transformed to a byte
array/stream, no matter what the original data was e.g. binary files,
text, images, etc,...it is up to you whatever you want to encrypt or
decrypt.

Depending on the nature of your application and your project
or even your intention you have to decide between speed and
security where i would recommend always security since we today
have a very powerfull range of comupters and e.g. processors
are very powerfull today and there is a lot of memory we are free
to use.

There are less powerfull algorithms for encryption/decryption of
data but if your data s confidential, theres is no reason why you
should use less secure ones!

Here you will find a (small) list of algorithms for cryptographic tasks.
This list is not nearly complete, due to the fact that there are endless
implementations of security out there in the world. Even i wrote some
cryptographic algos for special areas of security and they are VERY
different from other common implementations:

http://en.wikipedia.org/wiki/List_of_algorithms#Cryptographic_algorithms


Cheers,...

Kerem

---------
New Open Source Tools from me:
Calculate MD5 or SHA1 Hash for Files!
KHash Tools 1.0 Englisch:
http://download.chip.eu/de/KHash-Tools-1.0_1317168.html
---------

Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü
kerem.g@xxxxxxxx

Best Quote: "Ain't nobody a badass with a double dose
of rock salt...", Kill Bill Vol.2

Latest Open-Source Projects: http://entwicklung.junetz.de
Sign my guestbook: http://entwicklung.junetz.de/guestbook/

-----------------------
"This reply is provided as is, without warranty express or implied."


.



Relevant Pages

  • Re: Encryption key changing the encryption logic.
    ... plaintext to encrypt with algo k ... The algorithms could be published, ... could result in a system immune to the known attacks today used. ...
    (sci.crypt)
  • Re: RSACryptoServiceProvider questions
    ... > 1) Why is it that if I try to encrypt something that is ... problems are solved by applying a correct "padding scheme" on the input ... like a home-made protocol with a few cryptographic algorithms thrown ... protocol is a very difficult task and home-made designs achieve almost ...
    (microsoft.public.platformsdk.security)
  • Re: RSACryptoServiceProvider questions
    ... > 1) Why is it that if I try to encrypt something that is ... problems are solved by applying a correct "padding scheme" on the input ... like a home-made protocol with a few cryptographic algorithms thrown ... protocol is a very difficult task and home-made designs achieve almost ...
    (microsoft.public.dotnet.security)
  • Re: Doubled-up security??
    ... then effective key length would be 168 bits. ... <nemo outis@erewhon.com > ... >>then encrypt the encrypted file again using another program ... > Assuming there are no cross dependencies in the algorithms (and ...
    (alt.computer.security)
  • MD5
    ... hi i am using md5 for roles based security in my c# app. ... what are the other algorithms i can use to encrypt the password? ...
    (microsoft.public.dotnet.security)