Close

(85) Information security, Bilgi güvenliği

Information security, often referred to as infosec, is the practice of protecting information from unauthorized access, use, disclosure, disruption, modification, or destruction to ensure its confidentiality, integrity, and availability.

Encryption and decryption with OpenSSL

Encryption and decryption with OpenSSL

This tutorial shows how to use OpenSSL in Linux systems (Kali in the video) for symmetric and asymmetric encryption and decryption. OpenSSL is a free and open-source toolkit that provides a robust, commercial-grade, full-featured toolkit for general-purpose cryptography and secure communication. Internet servers, including most HTTPS websites, widely use it. […]

Devamını Oku

OPENSSL Nedir ve Nasıl Kullanılır ?

OPENSSL Nedir ve Nasıl Kullanılır ?

OpenSSL, bir açık kaynaklı sertifika yönetimini ve güvenlik protokollerini (özellikle SSL/TLS) destekleyen bir kütüphanedir. Bu kütüphane, birçok farklı işletim sisteminde kullanılabilir ve genellikle ağ güvenliği ile ilgili çeşitli görevleri yerine getirmek için kullanılır. Örneğin, OpenSSL, bir web sunucusu veya bir istemci arasında güvenli bir iletişim kurulmasını sağlamak için kullanılabilir. OpenSSL, […]

Devamını Oku

Zuul: Edge Service in the Cloud

Zuul

Zuul is an edge service that proxies request to multiple backing services. It provides a unified “front door” to your system, allowing a browser, mobile app, or user interface to consume services from multiple hosts without managing cross-origin resource sharing (CORS) and authentication. Mar 2, 2016 The official site is https://github.com/Netflix/zuul.  […]

Devamını Oku