Re: Determine If String Is Encrypted - C# Discussion Boards (2024)

You must Sign in to use this message board.

FirstPrevNext
Re: Determine If String Is Encrypted - C# Discussion Boards (1)Re: Determine If String Is Encrypted

Eddy Vluggen4-Feb-11 12:10

Re: Determine If String Is Encrypted - C# Discussion Boards (3)Eddy Vluggen4-Feb-11 12:10
Re: Determine If String Is Encrypted - C# Discussion Boards (4)Re: Determine If String Is Encrypted

Kevin Marois4-Feb-11 12:28

Re: Determine If String Is Encrypted - C# Discussion Boards (6)Kevin Marois4-Feb-11 12:28
Re: Determine If String Is Encrypted - C# Discussion Boards (7)Re: Determine If String Is Encrypted

Richard Andrew x644-Feb-11 13:06

Re: Determine If String Is Encrypted - C# Discussion Boards (9)Richard Andrew x644-Feb-11 13:06
Re: Determine If String Is Encrypted - C# Discussion Boards (10)Re: Determine If String Is Encrypted

Eddy Vluggen5-Feb-11 7:35

Re: Determine If String Is Encrypted - C# Discussion Boards (12)Eddy Vluggen5-Feb-11 7:35
Re: Determine If String Is Encrypted - C# Discussion Boards (13)Re: Determine If String Is Encrypted

OriginalGriff5-Feb-11 9:34

Re: Determine If String Is Encrypted - C# Discussion Boards (15)OriginalGriff5-Feb-11 9:34
Re: Determine If String Is Encrypted - C# Discussion Boards (16)Re: Determine If String Is Encrypted

Henry Minute4-Feb-11 13:09

Re: Determine If String Is Encrypted - C# Discussion Boards (18)Henry Minute4-Feb-11 13:09
Re: Determine If String Is Encrypted - C# Discussion Boards (19)Re: Determine If String Is Encrypted

PIEBALDconsult4-Feb-11 13:25

Re: Determine If String Is Encrypted - C# Discussion Boards (21)PIEBALDconsult4-Feb-11 13:25
Re: Determine If String Is Encrypted - C# Discussion Boards (22)Re: Determine If String Is Encrypted

jschell4-Feb-11 13:49

Re: Determine If String Is Encrypted - C# Discussion Boards (24)jschell4-Feb-11 13:49

Re: Determine If String Is Encrypted - C# Discussion Boards (25)

Kevin Marois wrote:

I'm wondering if there's any way to determine if a string has really been encrypted from a method that's receiving the string and doesn't know what the unencrypted value is.

One way would be to explicitly add a prefix like: 'encrypt:' and 'plain:'

However you can also note that encryption creates binary values. Strings cannot contain binary values.

The algorithm that you referenced is returning the binary data encoded as base64. So unless your system is also passing around other binary data without specifying what it is then any valid base64 value larger than a certain length (say 20) could be considered encrypted.

Sign in·ViewThreadRe: Determine If String Is Encrypted - C# Discussion Boards (26)
Re: Determine If String Is Encrypted - C# Discussion Boards (27)Re: Determine If String Is Encrypted

Abhinav S4-Feb-11 18:51

Re: Determine If String Is Encrypted - C# Discussion Boards (29)Abhinav S4-Feb-11 18:51
Re: Determine If String Is Encrypted - C# Discussion Boards (30)Re: Determine If String Is Encrypted

OriginalGriff4-Feb-11 21:23

Re: Determine If String Is Encrypted - C# Discussion Boards (32)OriginalGriff4-Feb-11 21:23
Re: Determine If String Is Encrypted - C# Discussion Boards (33)Rs232 Comm Ports Icon or Class??

glennPattonWork34-Feb-11 5:51

Re: Determine If String Is Encrypted - C# Discussion Boards (35)glennPattonWork34-Feb-11 5:51
Re: Determine If String Is Encrypted - C# Discussion Boards (36)Re: Rs232 Comm Ports Icon or Class??

Luc Pattyn4-Feb-11 5:57

Re: Determine If String Is Encrypted - C# Discussion Boards (38)Luc Pattyn4-Feb-11 5:57
Re: Determine If String Is Encrypted - C# Discussion Boards (39)Re: Rs232 Comm Ports Icon or Class??

glennPattonWork34-Feb-11 6:08

Re: Determine If String Is Encrypted - C# Discussion Boards (41)glennPattonWork34-Feb-11 6:08
Re: Determine If String Is Encrypted - C# Discussion Boards (42)Re: Rs232 Comm Ports Icon or Class??

Luc Pattyn4-Feb-11 6:11

Re: Determine If String Is Encrypted - C# Discussion Boards (44)Luc Pattyn4-Feb-11 6:11
Re: Determine If String Is Encrypted - C# Discussion Boards (45)Re: Rs232 Comm Ports Icon or Class??

PIEBALDconsult4-Feb-11 15:01

Re: Determine If String Is Encrypted - C# Discussion Boards (47)PIEBALDconsult4-Feb-11 15:01
Re: Determine If String Is Encrypted - C# Discussion Boards (48)Re: Rs232 Comm Ports Icon or Class??

PIEBALDconsult4-Feb-11 15:01

Re: Determine If String Is Encrypted - C# Discussion Boards (50)PIEBALDconsult4-Feb-11 15:01
Re: Determine If String Is Encrypted - C# Discussion Boards (51)Create a silent setup with Visual Studio 2010

Eduard Keilholz4-Feb-11 3:54

Re: Determine If String Is Encrypted - C# Discussion Boards (53)Eduard Keilholz4-Feb-11 3:54
Re: Determine If String Is Encrypted - C# Discussion Boards (54)Re: Create a silent setup with Visual Studio 2010

Abhinav S4-Feb-11 5:25

Re: Determine If String Is Encrypted - C# Discussion Boards (56)Abhinav S4-Feb-11 5:25
Re: Determine If String Is Encrypted - C# Discussion Boards (57)Re: Create a silent setup with Visual Studio 2010

Eduard Keilholz6-Feb-11 20:54

Re: Determine If String Is Encrypted - C# Discussion Boards (59)Eduard Keilholz6-Feb-11 20:54
Re: Determine If String Is Encrypted - C# Discussion Boards (60)Which Timer to use?

Ravi Sant4-Feb-11 3:53

Re: Determine If String Is Encrypted - C# Discussion Boards (62)Ravi Sant4-Feb-11 3:53
Re: Determine If String Is Encrypted - C# Discussion Boards (63)Re: Which Timer to use?

Paladin20004-Feb-11 4:10

Re: Determine If String Is Encrypted - C# Discussion Boards (65)Paladin20004-Feb-11 4:10
Re: Determine If String Is Encrypted - C# Discussion Boards (66)Re: Which Timer to use?

Ravi Sant4-Feb-11 9:42

Re: Determine If String Is Encrypted - C# Discussion Boards (68)Ravi Sant4-Feb-11 9:42
Re: Determine If String Is Encrypted - C# Discussion Boards (69)Re: Which Timer to use?

Pete O'Hanlon4-Feb-11 4:21

Re: Determine If String Is Encrypted - C# Discussion Boards (71)Pete O'Hanlon4-Feb-11 4:21
Re: Determine If String Is Encrypted - C# Discussion Boards (72)Re: Which Timer to use?

Ian Shlasko4-Feb-11 6:05

Re: Determine If String Is Encrypted - C# Discussion Boards (74)Ian Shlasko4-Feb-11 6:05
Re: Determine If String Is Encrypted - C# Discussion Boards (75)Re: Which Timer to use?

Pete O'Hanlon4-Feb-11 9:30

Re: Determine If String Is Encrypted - C# Discussion Boards (77)Pete O'Hanlon4-Feb-11 9:30
Last Visit: 31-Dec-99 18:00 Last Update: 15-Sep-24 11:39Refreshᐊ Prev1...2736273727382739274027412742274327442745 Next ᐅ

Re: Determine If String Is Encrypted - C# Discussion Boards (78) General Re: Determine If String Is Encrypted - C# Discussion Boards (79) News Re: Determine If String Is Encrypted - C# Discussion Boards (80) Suggestion Re: Determine If String Is Encrypted - C# Discussion Boards (81) Question Re: Determine If String Is Encrypted - C# Discussion Boards (82) Bug Re: Determine If String Is Encrypted - C# Discussion Boards (83) Answer Re: Determine If String Is Encrypted - C# Discussion Boards (84) Joke Re: Determine If String Is Encrypted - C# Discussion Boards (85) Praise Re: Determine If String Is Encrypted - C# Discussion Boards (86) Rant Re: Determine If String Is Encrypted - C# Discussion Boards (87) Admin

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise
Privacy
Cookies
Terms of Use
Last Updated 15 Sep 2024

Layout: fixed | fluid

Copyright © CodeProject, 1999-2024
All Rights Reserved.

Web042.8:2024-07-22:1


Re: Determine If String Is Encrypted - C# Discussion Boards (2024)
Top Articles
6 Critical Emergencies: When Borrowing Money is a Must!
What Does A Mortgage Application Include? | Bankrate
7 C's of Communication | The Effective Communication Checklist
Blorg Body Pillow
Tyson Employee Paperless
Big Spring Skip The Games
Fnv Turbo
Katie Boyle Dancer Biography
Citi Card Thomas Rhett Presale
Scentsy Dashboard Log In
Best Pawn Shops Near Me
Phillies Espn Schedule
Qhc Learning
Housework 2 Jab
Truck Toppers For Sale Craigslist
Walmart Windshield Wiper Blades
7 Fly Traps For Effective Pest Control
Simplify: r^4+r^3-7r^2-r+6=0 Tiger Algebra Solver
Violent Night Showtimes Near Amc Fashion Valley 18
Drift Boss 911
Munis Self Service Brockton
Vernon Dursley To Harry Potter Nyt Crossword
Living Shard Calamity
How To Tighten Lug Nuts Properly (Torque Specs) | TireGrades
208000 Yen To Usd
Ringcentral Background
Top Songs On Octane 2022
Learn4Good Job Posting
Junior / medior handhaver openbare ruimte (BOA) - Gemeente Leiden
Stafford Rotoworld
Woodman's Carpentersville Gas Price
Cheetah Pitbull For Sale
Skip The Games Grand Rapids Mi
Mid America Irish Dance Voy
303-615-0055
Join MileSplit to get access to the latest news, films, and events!
Emulating Web Browser in a Dedicated Intermediary Box
Great Clips Virginia Center Commons
Craigslist Central Il
Luciane Buchanan Bio, Wiki, Age, Husband, Net Worth, Actress
Citroen | Skąd pobrać program do lexia diagbox?
Atu Bookstore Ozark
Unlock The Secrets Of "Skip The Game" Greensboro North Carolina
Truck Works Dothan Alabama
This Doctor Was Vilified After Contracting Ebola. Now He Sees History Repeating Itself With Coronavirus
Beds From Rent-A-Center
Theater X Orange Heights Florida
Wvu Workday
Ravenna Greataxe
Latest Posts
Article information

Author: Greg O'Connell

Last Updated:

Views: 6509

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Greg O'Connell

Birthday: 1992-01-10

Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

Phone: +2614651609714

Job: Education Developer

Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.