Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?

Take your learning further

Take your learning further

Making the decision to study can be a big step, which is why you’ll want a trusted University. We’ve pioneered distance learning for over 50 years, bringing university to you wherever you are so you can fit study around your life. Take a look at all Open University courses.

If you’re new to university-level study, read our guide on Where to take your learning next, or find out more about the types of qualifications we offer including entry level Access modules, Certificates, and Short Courses.

Want to achieve your ambition? Study with us and you’ll be joining over 2 million students who’ve achieved their career and personal goals with The Open University.

Browse all Open University courses


Definition: Cryptography is associated with the process of converting ordinary plain text into unintelligible text and vice-versa. It is a method of storing and transmitting data in a particular form so that only those for whom it is intended can read and process it. Cryptography not only protects data from theft or alteration, but can also be used for user authentication.

Description: Earlier cryptography was effectively synonymous with encryption but nowadays cryptography is mainly based on mathematical theory and computer science practice.

Modern cryptography concerns with:

Confidentiality - Information cannot be understood by anyone

Integrity - Information cannot be altered.

Non-repudiation - Sender cannot deny his/her intentions in the transmission of the information at a later stage

Authentication - Sender and receiver can confirm each

Cryptography is used in many applications like banking transactions cards, computer passwords, and e- commerce transactions.

Three types of cryptographic techniques used in general.

1. Symmetric-key cryptography

2. Hash functions.

3. Public-key cryptography

Symmetric-key Cryptography: Both the sender and receiver share a single key. The sender uses this key to encrypt plaintext and send the cipher text to the receiver. On the other side the receiver applies the same key to decrypt the message and recover the plain text.

Public-Key Cryptography: This is the most revolutionary concept in the last 300-400 years. In Public-Key Cryptography two related keys (public and private key) are used. Public key may be freely distributed, while its paired private key, remains a secret. The public key is used for encryption and for decryption private key is used.

Hash Functions: No key is used in this algorithm. A fixed-length hash value is computed as per the plain text that makes it impossible for the contents of the plain text to be recovered. Hash functions are also used by many operating systems to encrypt passwords.

  • PREV DEFINITION

  • NEXT DEFINITION

  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    Eight organizations and 145 individuals write to govt on concerns on Aarogya Setu appThe Aarogya Setu mobile app has been mired in controversy was introduced by the government as a contact tracing app in April. Internet and privacy activists have raised concerns about commercial or law enforcement use of sensitive personal data collected by the app.
  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    IIT Guwahati research team working towards protecting data from cyber attacksThe team has also designed encryption architectures that can be used to protect sensitive health data that is transmitted through the internet.
  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    Dhiway offers blockchain tech for data verificationThis is to help companies and individuals avoid the hassle of establishing their personal identities, credentials or data many times over.
  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    Regulatory curbs may slow Blockchain innovations in India“The (Indian) regulatory ecosystem is...not (focusing) on decentralised systems like smart contracts, so innovation will not happen at the same pace as in those countries who do allow for experimentation in such aspects of the technology,” said Nitin Sharma, founder of Incrypt Blockchain.
  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    'Quantum supremacy' and the threat it poses to data storage, digital economyEncryption has made the use of data safe. Will 'quantum supremacy' alter that?
  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    From pink booths to latest EVMs, how EC made Karnataka polls the most voter-friendly everFor this year's Karnataka assembly elections, the Election Commission has tried to address everything from the needs of people with disabilities to tamper-proof voting machines.
  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    One out of every 400 Indian developers can work on blockchain: ResearchAbout 60% of these 5000 developers are working at IT and IT-enabled services companies. Others are spread across software product companies and financial services providers.
  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    Blockchain technology can help weed out fakes, says IBMThe issue of fraud and counterfeits could be tackled by using technology and will radically reshape companies and businesses in the next five years.
  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    From types to tax, a cryptocurrency primerBitcoin, the oldest cryptocurrency, dominates with over 54 per cent market share.
  • Which of the following is a mathematical function or program that works with a key with the purpose of turning plaintext into ciphertext and vice versa?
    From types to tax, a cryptocurrency primerBitcoin, the oldest cryptocurrency, dominates with over 54 per cent market share.

What is plaintext and ciphertext in cryptography?

In cryptography, plaintext is usually ordinary readable text before it is encrypted into ciphertext, or readable text after it is decrypted.

What is the process of converting an encoded or enciphered message ciphertext back to its original readable form plaintext?

This part of the process is called encryption (sometimes encipherment ). The ciphertext is transmitted to the receiver. The receiver converts the ciphertext message back to its plaintext form. This part of the process is called decryption (sometimes decipherment ).

What is the process of converting plaintext to ciphertext?

encryption – the process of converting plaintext to ciphertext (occasionally you may see it called 'encipherment') decryption – the process of reverting ciphertext to plaintext (occasionally 'decipherment').

Which key is used for encryption?

When an asymmetric key pair is generated, the public key is typically used to encrypt, and the private key is typically used to decrypt.