Alerts This Week
Warning Icon 1 537
Alerts This Week
Warning Icon 1 537

Stay Ahead With Linux Security News

Filter Icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":548,"type":"x","order":1,"pct":78.51,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.87,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.32,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found -1 articles for you...
67

Understanding ECC as a Secure Replacement for RSA Encryption

Elliptic Curve Cryptography (ECC) has been gaining momentum as a replacement for RSA public key cryptography largely based on its efficiency, but also because the US National Security Agency (NSA) included it, while excluding RSA, from its Suite B cryptography recommendations. Suite B is a set of algorithms that the NSA recommends for use in protecting both classified and unclassified US government information and systems. Public key cryptography is the basis for tools like ssh as well as Secure Sockets Layer (SSL) for encrypting web traffic. For readers who would like more information, a nice introduction to public key cryptography and the RSA algorithm can be found on Wikipedia. . . Elliptic Curve Cryptography (ECC) has been gaining momentum as a replacement for RSA public key cryp. elliptic, curve, cryptography, (ecc), gaining, momentum, replacement, public. . LinuxSecurity.com Team

Calendar 2 Mar 17, 2006 User Avatar LinuxSecurity.com Team Cryptography
67

Understanding Digital Signatures And RSA Encryption For Downloads

The trick of public key encryption -- the best known approach is called RSA for the initials of its inventors -- is that one key can be used to scramble the data while a different, mathematically related, key is used to unscramble it. When you download a digitally signed program, the first thing your computer does is check the Web site's digital certificate. It then queries the CA that issues the certificate to make sure it's still valid and to obtain the public key. . . .. The trick of public key encryption -- the best known approach is called RSA for the initials of its inventors -- is that one key can be used to scramble the data while a different, mathematically related, key is used to unscramble it. When you download a digitally signed program, the first thing your computer does is check the Web site's digital certificate. It then queries the CA that issues the certificate to make sure it's still valid and to obtain the public key. When the download is complete, your computer uses the public key to decrypt the message digest. It also runs the same one-way hash procedure on the downloaded software. If everything is as it should be, the decrypted message digest and the one just created should be identical. If they differ by a single bit, so The link for this article located at MSNBC is no longer available. . Digital signatures use RSA encryption to ensure both data integrity and authentication for software downloads, enhancing user trust and security during transactions. Public Key Encryption, Digital Signature Process, RSA Implementation, Data Integrity, Certificate Authority. . LinuxSecurity.com Team

Calendar 2 Aug 11, 2004 User Avatar LinuxSecurity.com Team Cryptography
67

Exploring Diffie-Hellman Public Key Encryption Using GNU bc

The GNU bc threaded code compiler, included with most Linux distributions, provides arbitrary precision arithmetic that can handle the large numbers used in modern cryptography. Here we use the bc compiler to explore Diffie-Hellman public key encryption. . .. The GNU bc threaded code compiler, included with most Linux distributions, provides arbitrary precision arithmetic that can handle the large numbers used in modern cryptography. Here we use the bc compiler to explore Diffie-Hellman public key encryption . Communicating "in the clear", Alice and Bob select two numbers, q and n. Alice then selects the secret number xa. Bob selects the secret number xb. From the two public numbers, q and n, and her secret number xa, Alice calculates ya and sends the number to Bob. Using the same two public numbers, q and n, and his secret number xb, Bob calculates yb and sends the number to Alice. Alice and Bob have completed step one of the Diffie-Hellman process. The link for this article located at LinuxJournal is no longer available. . The GNU bc threaded code compiler, included with most Linux distributions, provides arbitrary precis. threaded, compiler, linux, distributions, provides, arbitrary, precis. . LinuxSecurity.com Team

Calendar 2 Aug 19, 2002 User Avatar LinuxSecurity.com Team Cryptography
67

The Importance Of Security Validation For Electronic Signatures

A law that would allow electronic signatures to seal legally binding documents is scheduled to take effect on Oct. 1, but don't throw away your pens just yet. Electronic signatures aren't simply digital representations of the handwritten variety. In fact, they're . . . . A law that would allow electronic signatures to seal legally binding documents is scheduled to take effect on Oct. 1, but don't throw away your pens just yet. Electronic signatures aren't simply digital representations of the handwritten variety. In fact, they're generally invisible. The leading signature technologies depend on coded messages and certificates, using what is called public key encryption. Messages are passed through a trusted third party, to assure that the transaction originated with a legitimate sender and that no one has tampered with it. The link for this article located at Dallas Morning News is no longer available. . A recent legislative update introduces provisions for the use of electronic signatures in formal agreements. This article explores essential security measures related to this advancement.. Digital Signatures, Electronic Transactions, Public Key Security, Legally Binding Signatures. . LinuxSecurity.com Team

Calendar 2 Sep 20, 2000 User Avatar LinuxSecurity.com Team Cryptography
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":548,"type":"x","order":1,"pct":78.51,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.87,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.32,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here