Page 5 of 5 FirstFirst 12345
Results 101 to 104 of 104
  1. #101
    Veteran Wild Cobra's Avatar
    My Team
    Portland Trailblazers
    Join Date
    May 2007
    Post Count
    43,117
    They never were. You don't need to pass the private key.
    Then there is not an acceptable level of security. Someone's lying to you about how secure it is.

    We are at an impasse. I'm done with this conversation.

  2. #102
    Cogito Ergo Sum LnGrrrR's Avatar
    My Team
    Boston Celtics
    Join Date
    Oct 2008
    Post Count
    22,399
    ElNono, mind updating me on how digital signatures work? Isn't that done with your private key because no one else can sign it with your private key but you?

  3. #103
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    153,473
    ElNono, mind updating me on how digital signatures work? Isn't that done with your private key because no one else can sign it with your private key but you?
    Correct. Basically you get a digest of the data you want to sign (SHA1, etc), then you do your usual public key crypto encoding, using your private key.
    Then the recipient decrypts the hash using your public key and compares it against the hash of the data it received. If hashes match, then you have a winner.

  4. #104
    Cogito Ergo Sum LnGrrrR's Avatar
    My Team
    Boston Celtics
    Join Date
    Oct 2008
    Post Count
    22,399
    Correct. Basically you get a digest of the data you want to sign (SHA1, etc), then you do your usual public key crypto encoding, using your private key.
    Then the recipient decrypts the hash using your public key and compares it against the hash of the data it received. If hashes match, then you have a winner.
    I thought it went that way. Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •