9,867,109 members (30,862 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
98 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 2
Page Size:
10
·
25
·
50
Tag filtered by: Decryption
[x]
Getting a Strong random Digit using RNGCryptoServiceProvider
by
koetsie
Tip/Trick
12 May 2013
license:
CPOL
Generating a random number between 0 and 9
General Programming
»
Algorithms & Recipes
»
Algorithms
C#
ASP.NET
Windows
.NET
Intermediate
Encryption
Decryption
Counting how many times a letter appears in a string
by
Mika Wendelius
Tip/Trick
11 May 2013
license:
CPOL
LINQ based alternative for "Counting how many times a letter appears in a string"
Languages
»
C#
»
Beginners
C#
.NET
Architect
Dev
QA
Beginner
.NET
Decryption
.NET4
Counting how many times a letter appears in a string
by
Marco Bertschi
Tip/Trick
11 May 2013
license:
CPOL
Put in a string, the program counts how many times a letter of the ASCII code appears in there. Originally used as help tool regarding the Caesar cipher.
Languages
»
C#
»
Beginners
C#
.NET
Architect
Dev
QA
Beginner
.NET
Decryption
.NET4
Encypt and decrypt StorageFile in Windows Store apps
by
Farhan Ghumra
Tip/Trick
30 Apr 2013
license:
CPOL
Encypt and decrypt StorageFile in Windows Store apps.
Platforms, Frameworks & Libraries
»
Windows Runtime
»
General
C#
Windows
Visual-Studio
XAML
Beginner
Visual-Studio
Encryption
Decryption
VS2012
Exposing session keys in the client and server logs which are using open SSL for debugging
by
kalai33
Question
30 Apr 2013
license:
CPOL
Is it possible to expose session keys from the client or server side which are using Openssl libraries for debugging purposes?
General Programming
»
Uncategorised Quick Answers
»
General
Encryption
Decryption
TCP/IP
ssl
Private Folder Locker
by
Linoxxis
Article
26 Apr 2013
license:
CPOL
Folder Encrypted / Decrypter with standolone function
Desktop Development
»
Files And Folders
»
Utilities
.NET3.5
C#
Dev
Intermediate
.NET
C#3.5
Encryption
Decryption
decryption with rijndeal algorithm gives padding error
by
AlluvialDeposit
Answer
26 Apr 2013
license:
CPOL
Rijndael/AES is a block cypher. It encrypts data in 128 bit (16 character) blocks. Cryptographic padding is used to make sure that last block of the message is always the correct size.You need to explicitly set the padding for both encryption and decryption.For example: mainRM.Padding =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Decryption
cryptography
decryption with rijndeal algorithm gives padding error
by
source.compiler
Question
26 Apr 2013
license:
CPOL
hi...i am using rijndeal to encrypt and decrypt some data! but it gives me this error :Padding is invalid and cannot be removed.i searched much but nothing help me to solve this error! tis is my encrypt/decrypt codes:public string Encrypt(string text) { mainRM = new...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Decryption
cryptography
I need someone to decrypt ufd2 code please for me
by
fnoo
Answer
19 Apr 2013
license:
CPOL
i can't get the full nitro version free from this program for decryption my code if anyone have it i need it to get my Facebook account back from the one that have steal it :(
General Programming
»
Uncategorised Quick Answers
»
General
Decryption
I need someone to decrypt ufd2 code please for me
by
eakteam
Answer
18 Apr 2013
license:
CPOL
i think we can't do this for you... anyway look this tutorial how to decrypt... follow the download link in the description of youtube's video...http://www.youtube.com/watch?v=G4ZPSlKKzUA#![^]
General Programming
»
Uncategorised Quick Answers
»
General
Decryption
I need someone to decrypt ufd2 code please for me
by
fnoo
Question
18 Apr 2013
license:
CPOL
Hi I need someone to decrypt ufd2 code please and give me the decryption Word please and this is the ufd2 code 55176bab1b97d0018f4088d119030421thanQ
General Programming
»
Uncategorised Quick Answers
»
General
Decryption
Encrypting Editor Notepad replacement
by
Frank T. Clark
Tip/Trick
18 Apr 2013
license:
CPOL
Source code for an encrypting editor Notepad replacement.
General Programming
»
Cryptography & Security
»
Encryption
C#
Visual-Studio
Dev
WPF
Intermediate
Windows
Visual-Studio
Win7
VS2010
C#3.5
, +
Introduction to Morse Code
by
Kimahari
Tip/Trick
15 Apr 2013
license:
CPOL
Morse code encryption.
General Programming
»
Cryptography & Security
»
General
C#
Intermediate
Encryption
Decryption
strings
Encrypt and Decrypt password through SQL query
by
atul123321
Tip/Trick
15 Apr 2013
license:
CPOL
How to Encrypt And Decrypt a field without writing any frontent code .
Database
»
Database
»
Mysql
Windows
Intermediate
SQL
MySQL
Encryption
Decryption
Decrypt files recovered from Formatted Hard Drive Windows
by
Hammad Raza
Question
11 Apr 2013
license:
CPOL
Hi,I accidentally formatted one of my drive, most of the files were encrypted (using windows7 EFS) and some were not, I used Recover My Files software to recover file, it recovered all files and folder.But those encrypted files are directly opening in WordPad and not human readable but...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
Win7
Encryption
Decryption
format
Transferring encrypted file using sockets and decrypting the file.
by
stib_markc
Question
3 Apr 2013
license:
CPOL
Hello!I doing a project in which data transfer should be secured. I am using password based encryption with MD5 and DES for encrypting the file. The class for encrypting the file:public class FileEncryptor { private static String filename; private static String password; private...
General Programming
»
Uncategorised Quick Answers
»
General
Java
Encryption
Decryption
Sockets
Encrypt and Decrypt the files in c# with password
by
Shubh Agrahari
Answer
24 Feb 2013
license:
CPOL
there is some links that may help for your this task....Encrypt/Decrypt File or String[^]Encrypt and Decrypt Data with C#[^]Simple encrypting and decrypting data in C#[^]how to create password encrypt decrypt in c#[^]hope will get any idea by these....happy to help...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Encryption
Decryption
cryptography
Encrypt and Decrypt the files in c# with password
by
Member 7911797
Question
24 Feb 2013
license:
CPOL
I have been trying to make a program in c# to password protect a file so nobody can open the file if it has been encrypted by password. User will encrypt the file with password.Lets take an example, user encrypted an excel file with password as 123456 using C#. My requirement is when the...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Encryption
Decryption
cryptography
Encrypted code compiled at runtime
by
Bruno Tabbia
Article
28 Jan 2013
license:
GPL3
Encrypt your C# classes and compile them during run-time (hiding their code in the exe file).
General Programming
»
Cryptography & Security
»
General
C#
Windows
Win32
Win64
Dev
Advanced
C#
C#4.0
Encryption
Decryption
Encryption Decryption in Windows
by
Zoltán Zörgo
Answer
25 Jan 2013
license:
CPOL
You mean NTFS encryption[^]? Forget it, you won't be able to decrypt it in a reasonable amount of time (several years).To avoid such situations in the future, I suggest you study this article really carefully: http://technet.microsoft.com/en-us/library/cc512680.aspx[^]No, actually you...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
Encryption
Decryption
software
Encryption Decryption in Windows
by
OriginalGriff
Answer
25 Jan 2013
license:
CPOL
If you have an encrypted file, and the user who encrypted it has left the company taking the password with him, then the file is useless (assuming it was encrypted with a reasonable algorithm rather than something home-brewed) unless you can contact him and ask for the password.If you need...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
Encryption
Decryption
software
Encryption Decryption in Windows
by
Pravin291989
Question
25 Jan 2013
license:
CPOL
Hi Folks, Struggling With Encrypted file , I have encrypted a file Using windows Encryption, and now unable to decrypt it as the User with which I encrypted it doesn't exist anymore, I formatted that OS. But the file is still encrypted, and I am unable to access that file.how we can...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
Encryption
Decryption
software
PGP Encryption with C#
by
David Rogers Dev
Article
6 Jan 2013
license:
CPOL
Encrypting and Decrypting Files with GnuPG
General Programming
»
Cryptography & Security
»
Encryption
C#
.NET
Dev
Intermediate
Encryption
Decryption
Please suggest on the following problem
by
Tarun Batra
Question
20 Dec 2012
license:
CPOL
Hello AllI want to make an application in which i will stream h264 encrypted and encoded video using live media libraries and then decrypt and decode it and display it using direct show the video.For now i am able to encrypt and encode the video and decrypt the video but i need some free...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Visual-Studio
Decryption
Video
directshow
PL/I Tutorial – An example of basic Encryption
by
Palavos
Article
26 Nov 2012
license:
CPOL
A tutorial of PL/I basic concepts based on an encryption example
General Programming
»
Cryptography & Security
»
General
Dev
Beginner
Encryption
Decryption
IBM
IDEA and SERPENT encryption algorithm in c#
by
natarajbangalore
Answer
17 Nov 2012
license:
CPOL
Below is the VB6 code, when converted to C# it is not working.Option ExplicitPrivate Declare Sub CopyMem Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long)Public Event Progress(Percent As Integer)#Const BLOCK_REVERSE = TruePrivate...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Encryption
Decryption
GimmeCode
NoEffort
i want to generate public key and secret key based on algorithm for our uploading file(text)?
by
Mathlab
Answer
2 Nov 2012
license:
CPOL
You can do this using certificates, if you create your own certificates using a certification authority or by using visual studio(link following) http://msdn.microsoft.com/en-us/library/ms733813(v=vs.100).aspx[^]then you can use the following code to do your encryptionCryptography...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Encryption
Decryption
security
conversion
Encryption and decryption
by
Deenuji
Answer
1 Nov 2012
license:
CPOL
1st write this function on your page: public static string ConvertToBin(string asciiString) { StringBuilder sb = new StringBuilder(); foreach (string letter in asciiString.Select(c => Convert.ToString(c, 8))) { sb.Append(letter); } ...
General Programming
»
Uncategorised Quick Answers
»
General
Encryption
Decryption
security
key
cryptography
SecurID
FileUpload
Encryption and decryption
by
ProgramFOX
Answer
1 Nov 2012
license:
CPOL
Hi,I think this article can help you:Public Key RSA Encryption in C# .NET[^]
General Programming
»
Uncategorised Quick Answers
»
General
Encryption
Decryption
security
key
cryptography
SecurID
FileUpload
How to convert text to binary and octal and hexadecimal in asp.net?
by
Deenuji
Answer
1 Nov 2012
license:
CPOL
1st write this function on your page:public static string ConvertToBin(string asciiString) { StringBuilder sb = new StringBuilder(); foreach (string letter in asciiString.Select(c => Convert.ToString(c, 8))) { sb.Append(letter); } ...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Encryption
Decryption
binary
strings
type
conversion
How to convert text to binary and octal and hexadecimal in asp.net?
by
OriginalGriff
Answer
1 Nov 2012
license:
CPOL
Binary, octal and hex are all the same in this context - you just need to convert the string to bytes:string s = "Hello!";byte[] bytes = System.Text.Encoding.ASCII.GetBytes(s);
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Encryption
Decryption
binary
strings
type
conversion
i want to generate public key and secret key based on algorithm for our uploading file(text)?
by
Deenuji
Question
1 Nov 2012
license:
CPOL
i want to generate public key and secret key based on any algorithm??? but those generation is based on our uploading file(text)?
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Encryption
Decryption
security
conversion
How to convert text to binary and octal and hexadecimal in asp.net?
by
Deenuji
Question
1 Nov 2012
license:
CPOL
How to convert text to binary and octal and hexadecimal in asp.net???? actually i want to generate some secret key and public key using given upload text????
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Encryption
Decryption
binary
strings
type
conversion
Encryption and decryption
by
vishal jodh
Answer
1 Nov 2012
license:
CPOL
I thinks you should first understand the basic concept of Encryption and Decryption AlgorithmEx. Learn more about RSA, MD5 algorithms ie how these algorithms work Theoretically then implement in any Lang(C#,F#,VB.net,J#) Link :...
General Programming
»
Uncategorised Quick Answers
»
General
Encryption
Decryption
security
key
cryptography
SecurID
FileUpload
Encryption and decryption
by
MT_
Answer
1 Nov 2012
license:
CPOL
Considering you want to encrypt and then decrypt (when needed) content of some file, try article at File Encryption and Decryption in C#[^]I believe it should serve the purpose.-Milind
General Programming
»
Uncategorised Quick Answers
»
General
Encryption
Decryption
security
key
cryptography
SecurID
FileUpload
Encryption and decryption
by
Deenuji
Question
1 Nov 2012
license:
CPOL
how to do Encryption and Decryption the file in asp.net???
General Programming
»
Uncategorised Quick Answers
»
General
Encryption
Decryption
security
key
cryptography
SecurID
FileUpload
PDF Merger and Protector
by
Sunasara Imdadhusen
Article
5 Oct 2012
license:
CPOL
PDF MERGER and PROTECTOR is the best pdf merger software which is fast and powerful way to join(Merge) PDF files with password protection as well as you can apply stamper with either any type of image or text. Using this utility you don’t required installation of Adobe Acrobat. Looks Exciting ???
General Programming
»
Tools And Ide
»
General
C#
Windows
.NET
Win32
Visual-Studio
GDI
GDI+
Architect
Dev
Design
, +
How to decrypt "DataProtectionConfigurationProvider" in web.config?
by
Sandeep Mewara
Answer
4 Oct 2012
license:
CPOL
I believe it should be '-pd' instead of '-pef' for decrypting. Refer: MSDN: How To: Encrypt Configuration Sections in ASP.NET 2.0 Using DPAPI[^]MSDN: How to: Decrypt a web.config File[^]UPDATE:Refer: Encrypting Configuration Information in ASP.NET 2.0 Applications[^]--...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Decryption
connectionstring
How to decrypt "DataProtectionConfigurationProvider" in web.config?
by
- NA -
Answer
4 Oct 2012
license:
CPOL
I recommend you to look at www.asp.net/videos. They have many videos that can help you out. I recently watched a video on how to encrypt and decrypt configuration data such as connection string, etc...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Decryption
connectionstring
IDEA and SERPENT encryption algorithm in c#
by
Manfred R. Bihy
Answer
4 Oct 2012
license:
CPOL
See here: http://www.bouncycastle.org/csharp/[^]. There is an implementation of IDEA as well as SERPENT to be found. See the license for details. You have access to the full source code, so you can have a look at the internal workings as well.Enjoy!— Manfred
General Programming
»
Uncategorised Quick Answers
»
General
C#
Encryption
Decryption
GimmeCode
NoEffort
IDEA and SERPENT encryption algorithm in c#
by
gagan91
Question
4 Oct 2012
license:
CPOL
can anyone provide me with the implementation of the IDEA and SERPENT encryption algorithm in c# ? i have to use them in my project
General Programming
»
Uncategorised Quick Answers
»
General
C#
Encryption
Decryption
GimmeCode
NoEffort
How to decrypt "DataProtectionConfigurationProvider" in web.config?
by
ernieball_26
Question
4 Oct 2012
license:
CPOL
I want to know if it is possible to decrypt "DataProtectionConfigurationProvider" which is responsible in encrypting the connectionString in the web.config file. I am not the one who developed the system that is why I need to know the decrypted value. I have been searching for solutions or...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Decryption
connectionstring
Decrypt the string from the encoded byte string
by
barneyman
Answer
13 Jul 2012
license:
CPOL
As others have stated, you cannot turn a hash back into it's original data - that is not the purpose a hash functionThat said, what you appear to be doing is creating a digital signature, which uses an asymmetric key to encrypt the hashChecking the data is correct is a case of hashing...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Encryption
Decryption
Decrypt the string from the encoded byte string
by
_Amy
Answer
13 Jul 2012
license:
CPOL
Hi,SHA1 is not an encryption algorithm, so it is not possible to decrypt it. As seventheyejosh just stated, it is a hash (checksum.) And it is one-way and cannot be undone.So, you Can't, Hash Function[^] are one way functions. this is why it is used for passwords, because you can't get the...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Encryption
Decryption
Decrypt the string from the encoded byte string
by
@AmitGajjar
Answer
13 Jul 2012
license:
CPOL
Hi,Please go through How To: Hash Data Using MD5 and SHA1[^]This may help you,Let me know if you have any query.Thanks-Amit
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Encryption
Decryption
Decrypt the string from the encoded byte string
by
Member 8491154
Question
13 Jul 2012
license:
CPOL
I have converted a string in encrypted form using SHA1 algorithm. How do I decrypt it in the original string?The code is given below: byte[] data = Encoding.Unicode.GetBytes(TxtAddress.Text); SHA1 sha = new SHA1CryptoServiceProvider(); ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Encryption
Decryption
Triple DES Encryption and Decryption in C#
by
Sandeep Mewara
Answer
12 Jul 2012
license:
CPOL
If passing the data via secure http, i.e. HTTPS does not help much, look here: MSDN: Encrypting SOAP Messages Using Web Services Enhancements[^]This article too looks a good read: 2 Way Encrypted Communication with a web service from a Windows smart client[^]
General Programming
»
Uncategorised Quick Answers
»
General
Encryption
Decryption
Triple DES Encryption and Decryption in C#
by
vivekasp
Question
12 Jul 2012
license:
CPOL
Hi I would like to create webservice in which in send data in encryted form and convert data in decryted form ?? and that can be pass in webserviceshw would i do this ??
General Programming
»
Uncategorised Quick Answers
»
General
Encryption
Decryption
Decrypt the encrypted connection string
by
Sergey Alexandrovich Kryukov
Answer
11 Jun 2012
license:
CPOL
To the most common believe of the mathematicians, experts in public-key cryptography, nobody can decrypt any data if only the encryption key is known, and nobody can modify encrypted data if only the decryption key is known. It is equally infeasible to find one key if another key in the pair is...
General Programming
»
Uncategorised Quick Answers
»
General
Decryption
Decrypt the encrypted connection string
by
YesPriya
Question
11 Jun 2012
license:
CPOL
Hi All, I have the below code in config file which is encrypted: xmlns="http://www.w3.org/2001/04/xmlenc#"> Rsa Key ...
General Programming
»
Uncategorised Quick Answers
»
General
Decryption
Page 1 of 2
1
2
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid