Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Security

Check If Private Key Matches CSR using OpenSSL

Check If Private Key Matches CSR using OpenSSL

  • January 7, 2025
  • Security
  • 0 Comments
  • 113 Views
When dealing with SSL certificates, it's critical to ensure that the private key matches the certificate signing request (CSR). Mismatched keys can lead to issues during the certificate signing process...
Encrypt and Decrypt Files with AES using OpenSSL

Encrypt and Decrypt Files with AES using OpenSSL

  • January 5, 2025
  • Security
  • 0 Comments
  • 426 Views
Whether you're securing sensitive information for personal or professional use, encryption is an effective way to keep your data safe. One widely used encryption tool is OpenSSL, which allows you...
Check SSL Certificate Fingerprint using OpenSSL

Check SSL Certificate Fingerprint using OpenSSL

  • January 4, 2025
  • Security
  • 0 Comments
  • 429 Views
Ensuring the authenticity and integrity of an SSL certificate is crucial for secure communications. A common practice is to verify the fingerprint of a certificate, which acts as a unique...
Base64 Encode and Decode using OpenSSL

Base64 Encode and Decode using OpenSSL

  • January 3, 2025
  • Security
  • 0 Comments
  • 551 Views
Base64 is an encoding and decoding scheme commonly used to convert binary data into a printable ASCII text format and back. This tutorial demonstrates how to perform Base64 encoding and...
Check if Server Supports Specific TLS Version using OpenSSL

Check if Server Supports Specific TLS Version using OpenSSL

  • January 2, 2025
  • Security
  • 0 Comments
  • 310 Views
Transport Layer Security (TLS) is a protocol for ensuring secure communication over the network. It encrypts data exchanged between a client and a server. Over the years, TLS has evolved...
Check If Private Key Matches Public Key using OpenSSL

Check If Private Key Matches Public Key using OpenSSL

  • January 1, 2025
  • Security
  • 0 Comments
  • 343 Views
When managing multiple private and public keys, it can be easy to lose track of which private key belongs to the public key. Verifying the match between a private key...
Check Supported Ciphers in OpenSSL

Check Supported Ciphers in OpenSSL

  • May 16, 2024
  • Security
  • 0 Comments
  • 788 Views
OpenSSL is crucial for securing web applications by implementing TLS and SSL protocols. One of the essential tasks when managing SSL/TLS is to understand which ciphers are supported by your...
Convert PKCS#8 Format Private Key to PKCS#1 using OpenSSL

Convert PKCS#8 Format Private Key to PKCS#1 using OpenSSL

  • January 1, 2024
  • Security
  • 0 Comments
  • 702 Views
Private keys are a fundamental component of secure communication, playing an important role in encryption and decryption processes. Private keys can come in different formats; two common ones are PKCS#8...
Convert PKCS#8 Format Public Key to PKCS#1 using OpenSSL

Convert PKCS#8 Format Public Key to PKCS#1 using OpenSSL

  • December 31, 2023
  • Security
  • 0 Comments
  • 302 Views
OpenSSL is a powerful and widely used tool for managing cryptographic functions in various applications. One common scenario involves the need to convert public key formats, especially when dealing with...
Convert PEM-Encoded CSR to DER-Encoded using OpenSSL

Convert PEM-Encoded CSR to DER-Encoded using OpenSSL

  • December 30, 2023
  • Security
  • 0 Comments
  • 267 Views
In the realm of digital security, Certificate Signing Request (CSR) play an important role in obtaining digital certificate. However, different systems and applications may require certificates in different formats. One...
  • 1
  • 2
  • 3
  • 4
  • »
Buy Me a Coffee

Recent Posts

  • Generate C-Compatible Byte Array from File on Linux
  • Check Stack Usage Per Function using gcc or g++ Compiler
  • Generate Assembly Code using MSVC Compiler
  • Get MSVC Compiler Version Used to Compile C++ Code
  • Install NVIDIA Container Toolkit on Ubuntu 24.04

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved