fraudulent plaintext - significado y definición. Qué es fraudulent plaintext
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es fraudulent plaintext - definición

Plaintext-awareness; Plaintext aware; Plaintext awareness

Plaintext-aware encryption         
Plaintext-awareness is a notion of security for public-key encryption. A cryptosystem is plaintext-aware if it is difficult for any efficient algorithm to come up with a valid ciphertext without being aware of the corresponding plaintext.
fraudulent conveyance         
ATTEMPT TO AVOID DEBT BY TRANSFERRING MONEY TO ANOTHER PERSON OR COMPANY, PARTICULARLY WITH REFERENCE TO INSOLVENT DEBTORS
Fraudulent transfer; Actio pauliana; Fraudulent transfers; Fraudulent disposition
n. the transfer (conveyance) of title to real property for the express purpose of putting it beyond the reach of a known creditor. In such a case the creditor may bring a lawsuit to void the transfer. However, if the transfer was made without knowledge of the claim (or before a debt has matured), for other legitimate reasons, and/or in the normal course of business, then the creditor's attempt to obtain a judgment setting aside the conveyance will probably fail.
Fraudulent conveyance         
ATTEMPT TO AVOID DEBT BY TRANSFERRING MONEY TO ANOTHER PERSON OR COMPANY, PARTICULARLY WITH REFERENCE TO INSOLVENT DEBTORS
Fraudulent transfer; Actio pauliana; Fraudulent transfers; Fraudulent disposition
A fraudulent conveyance, or fraudulent transfer, is an attempt to avoid debt by transferring money to another person or company. It is generally a civil, not a criminal matter, meaning that one cannot go to jail for it, but in some jurisdictions there is potential for criminal prosecution.

Wikipedia

Plaintext-aware encryption

Plaintext-awareness is a notion of security for public-key encryption. A cryptosystem is plaintext-aware if it is difficult for any efficient algorithm to come up with a valid ciphertext without being aware of the corresponding plaintext.

From a lay point of view, this is a strange property. Normally, a ciphertext is computed by encrypting a plaintext. If a ciphertext is created this way, its creator would be aware, in some sense, of the plaintext. However, many cryptosystems are not plaintext-aware. As an example, consider the RSA cryptosystem without padding. In the RSA cryptosystem, plaintexts and ciphertexts are both values modulo N (the modulus). Therefore, RSA is not plaintext aware: one way of generating a ciphertext without knowing the plaintext is to simply choose a random number modulo N.

In fact, plaintext-awareness is a very strong property. Any cryptosystem that is semantically secure and is plaintext-aware is actually secure against a chosen-ciphertext attack, since any adversary that chooses ciphertexts would already know the plaintexts associated with them.