Coding Blog

Friday, August 7, 2020

Secure Remote Password (SRP)

https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol


1. Client sends username

2. Server gets username and sends salt and B

3. Client gets salt and B, sends A (randomized number) and M1 (calculate with salt, B, A and password, SCarol = (B − kgx)(a + ux))

4. Server verifies M1

Posted by longhairmonk at 12:45 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Thursday, August 6, 2020

ppk to pem

 From https://tecadmin.net/convert-ppk-to-pem-using-command/

1. sudo apt-get install putty-tools

2. puttygen server1.ppk -O private-openssh -o server1.pem


Convert to private-public key

https://www.tbs-certificates.co.uk/FAQ/en/putty-ppk-vers-openssl-openssh.html

Posted by longhairmonk at 11:16 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

About Me

My photo
longhairmonk
View my complete profile

Blog Archive

  • ►  2022 (1)
    • ►  March (1)
  • ►  2021 (6)
    • ►  October (2)
    • ►  May (2)
    • ►  April (1)
    • ►  January (1)
  • ▼  2020 (3)
    • ▼  August (2)
      • Secure Remote Password (SRP)
      • ppk to pem
    • ►  January (1)
  • ►  2019 (12)
    • ►  November (1)
    • ►  August (2)
    • ►  July (3)
    • ►  June (2)
    • ►  May (3)
    • ►  April (1)
  • ►  2018 (5)
    • ►  December (5)
Simple theme. Powered by Blogger.