What is JWT security?

JWT, or JSON Web Token, is an open standard used to share security information between two parties — a client and a server . Each JWT contains encoded JSON objects, including a set of claims. JWTs are signed using a cryptographic algorithm to ensure that the claims cannot be altered after the token is issued.

Read more

Why is JWT not safe?

JWT’s are often not encrypted so anyone able to perform a man-in-the-middle attack and sniff the JWT now has your authentication credentials. This is made easier because the MITM attack only needs to be completed on the connection between the server and the client.

Read more

Token işlemi nedir?

Teknik olarak “token “; “kripto para” veya “kripto varlık” ile aynı anlamdadır. Ama bağlama dayalı olarak giderek daha spesifik anlamlar da kazanmıştır. Token öncelikle Bitcoin ve Ethereum’un dışındaki (bunlar da teknik bakımından token olsalar da) tüm kripto para birimlerini ifade eder.

Read more