Encryption in dot net - CRB Tech - PowerPoint PPT Presentation

About This Presentation
Title:

Encryption in dot net - CRB Tech

Description:

Nowadays, the current position reveals the hustles and bustles where the news is stories about sites getting hacked. The number of developers working out there can’t reach the levels needed to shield the applications from getting hacked, from the awful folks. – PowerPoint PPT presentation

Number of Views:12

less

Transcript and Presenter's Notes

Title: Encryption in dot net - CRB Tech


1
  • Encryption in .NET
  • CRB Tech Reviews

2
  • The number of developers working out there cant
    reach the levels needed to shield the
    applications from getting hacked, from the awful
    folks.In spite of the fact that that might be
    valid in a few places, theres surely no
    deficiency of usefulness incorporated with the
    .NET system to help you scramble and secure your
    information.
  • The System.Security.Cryptography namespace has
    a fortune trove of usefulness that permits you to
    perform hashes, two-way information encryption,
    and a decent couple of utility situations
    identified with both of those subjects.
  • CRB Tech Reviews

3
  • The second situation commonly tended to is the
    way toward ensuring information while its in
    travel. For web server and http correspondence,
    this is ordinarily taken care of naturally
    utilizing the safe HTTPS convention.
  • There are, be that as it may, numerous different
    cases where you might need to scramble a payload
    one that springs to the brain is Email. In this
    circumstance, the sender should have the capacity
    to encode the content of a message, then send
    that message over an open system, where the
    beneficiary can then unscramble that message,
    uncovering the first element for them to peruse.
  • CRB Tech Reviews

4
Practical Utilization
  • MD5 will dependably deliver the same mark for the
    same info regardless of how frequently you ask
    it.
  • The main way you can keep this is by picking an
    irregular key, expression, or some other
    additional piece of data known ONLY to the
    framework this encryption is being performed on.
  • This additional piece of data, known as a salt,
    then makes the information being scrambled
    sufficiently distinctive that the mark does not
    coordinate what might be delivered had the
    information quite recently been encoded all alone.
  • CRB Tech Reviews

5
  • For the time being, however, this will
    encode/unscramble little measures of information.
    Theres very preventing you from perusing a
    document in little, known-size lumps and
    utilizing this to scramble a whole record.
  • For .NET training and placement reviews, please
    do visit CRB Tech Reviews.
  • CRB Tech Reviews

6
Thank You...!
  • CRB Tech Reviews
Write a Comment
User Comments (0)
About PowerShow.com