Posts

How to create Private CA in Linux - Part 1

What is CA Certificate A Certificate Authority (CA) is an entity responsible for issuing digital certificates to verify identities on the internet.  Types of CA Certificate  Public CAs Public CAs are a popular choice for verifying the identity of websites and other services that are provided to the public. Private CAs Building a private Certificate Authority will enable you to configure, test, and run programs that require encrypted connections between a client and a server. With a private CA, you can issue certificates for users, servers, or individual programs and services within your infrastructure. Create Private root-CA in Linux: Step 1: Create folders in required path  root@CentOS8 ~] \ [# mkdir - pv / etc / pki / CA /{ certs , crl , newcerts , private } mkdir : created directory '/etc/pki/CA' mkdir : created directory '/etc/pki/CA/certs' mkdir : created directory '/etc/pki/CA/crl' mkdir : created directory '/etc/pki/CA/newcerts' mkdir : ...

OpenSSL Latest version gets attention...

OpenSSL Update First, install or check latest version of OpenSSL software package. Also check any vulnerability remarked on websites for the particular version.   When I am writing this article, OpenSSL Stable version released as 1.1.1L (code pronounced as LIMA). Prior versions having some vulnerabilities as CVE-2021-3711 and CVE-2021-3712   The first bug is caused by a heap-based buffer overflow in the SM2 cryptographic algorithm, which generally leads to crashes but can also be abused by attackers for arbitrary code execution. The second flaw is a read buffer overrun while processing ASN.1 strings that can be exploited to crash vulnerable apps in DoS attacks or gain access to private memory contents such as private keys or other sensitive info.   Above-mentioned vulnerabilities may allow remote attackers to conduct denial-of-service attack or execute arbitrary code.   I recommend update your server systems or network related IoT devices for vulnerable free.   ...

செயற்கை நுண்ணறிவை ஏமாற்றி நம்முடைய பாதுகாப்பை உறுதி செய்யும் புதிய கண்டுபிடிப்பு

Image
செயற்கை நுண்ணறிவை ஏமாற்றும் புதிய கண்டுபிடிப்பு   ஹாய் நண்பர்களே இது என்னுடைய முதல் பதிவு. இப்ப நாம பாக்கப் போற பதிவு செயற்கை நுண்ணறிவு பற்றிய ஒரு சின்ன புரிதலையும், அதை முறியடிக்கும் சாப்ட்வேர் பற்றி பார்க்க போறோம். வருங்காலத்தில், ஆர்ட்டிஃபிஷியல் இன்டெலிஜென்ஸ் டெக்னாலஜியோட விபரீத முன்னேற்றத்தின் மூலமா நம்ம உலகத்தை ரோபோட்கள் ஆள போகிற நாட்கள் வெகு தொலைவில் இல்லை. எல்லா செயற்கை நுண்ணறிவும் நல்ல விஷயங்களுக்காக மட்டும் பயன்படும் என்று மட்டும் சொல்ல முடியாது, அதிலிருந்து தப்பிப்பதற்காக நாம சில நுண்ணிய ஏமாற்றும் வழிகள் அல்லது தற்காத்துக் கொள்ளும் வழிகளை நாம் கண்டுபிடித்து அதன் மூலம் நம்மை நாமே காக்கும் சூழ்நிலை வரக்கூடும். அதுபோல புதிய கண்டுபிடிப்புகள் மூலம் நம்மை நாம் புதுப்பித்துக் கொண்டே இருக்கிறோம் என்கிற சிறந்த நோக்கத்தில் இப்பதிவு சில தகவல்களை உங்களுக்கு தரப் போகிறது. அதற்கு முன்பாக, நான் கண்ட“The Mitchells vs. the Machines” சிறுவர்களுக்கான சயின்ஸ் பிக்ஷன் அனிமேஷன் திரைப்படத்தில் வந்த கடைசிக் காட்சியில் செயற்கை நுண்ணறிவை ஏமாற்றும் வகையில் ஒரு நாயின் உருவத் தோற்றத்தை வைத்து ரோபோக்க...