Visual Basic.NET
  Home arrow Visual Basic.NET arrow Page 2 - Encoding/Decoding Web Service: Web Service...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Actuate Whitepapers 
VeriSign Whitepapers 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
VISUAL BASIC.NET

Encoding/Decoding Web Service: Web Service Provider
By: Jayaram Krishnaswamy
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 9
    2006-01-10

    Table of Contents:
  • Encoding/Decoding Web Service: Web Service Provider
  • What Does the Service Do?
  • Configuring the Web Service
  • Local Testing

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    Encoding/Decoding Web Service: Web Service Provider - What Does the Service Do?


    (Page 2 of 4 )

    It is often necessary in the best interests of security to obfuscate data from prying eyes. Strong encryption of authentication information and data is one of the best ways. However, in some cases it is sufficient to make the data difficult to read. For example, the information in a connection string has several items whose security is highly desired. Keeping this information in clear text is obviously not desirable. In this case, the data can be transformed into something that is difficult to read. The System.Text.ASCIIEncoding.ASCII class provides methods that can be used to encode data. The service described in this tutorial carries out this transformation.

    Clearly this data is readable,

    workstation id=XPHTEK;
    packet size=4096;
    integrated security=SSPI;
    data source='XPHTEK\NetSDK';
    persist security info=False;
    initial catalog=Northwind

    whereas this transformed data using Base64 encoding is not.

    d29ya3N0YXRpb24gaWQ9WFBIVEVLO3BhY2tldCBza
    XplPTQwOTY7aW50ZWdyYXRlZCBzZWN1cml0eT1TU1
    BJO2RhdGEgc291cmNlPSJYUEhURUtcTmV0U0RLIjt
    wZXJzaXN0IHNlY3VyaXR5IGluZm89RmFsc2U7aW5p
    dGlhbCBjYXRhbG9nPU5vcnRod2luZA==

    More Visual Basic.NET Articles
    More By Jayaram Krishnaswamy


       · Web Services has ushered in a new era in IT. It nicely fits into the growing area of...
     

    VISUAL BASIC.NET ARTICLES

    - Creating and Drawing a Game Map in VB.NET
    - Working with Classes and Properties for Game...
    - Working with Loops, Arrays, and Collections ...
    - Learning Loops in VB.NET for Game Development
    - Learning VB.NET: Working with Variables, Con...
    - The Basics of VB.NET Through Text Game Devel...
    - Learning VB.NET Through Text Game Development
    - Types of Operators in Visual Basic
    - Operators
    - Understanding Custom Events using Visual Bas...
    - Polymorphism using Abstract Classes in Visua...
    - Shadowing using Shadows in Visual Basic.NET ...
    - Overloading and Overriding in Visual Basic.N...
    - More on Controlling Windows Fax Services Usi...
    - Programmatically Controlling Windows Fax Ser...





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway