.\" -*- coding: UTF-8 -*- '\" t .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" References consulted: .\" Linux libc source code .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:54:45 1993 by Rik Faith (faith@cs.unc.edu) .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH memfrob 3 "20 ​​Julio 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE memfrob \- frobnicate (obfuscate) a memory area .SH BIBLIOTECA Biblioteca Estándar C (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSIS .nf \fB#define _GNU_SOURCE\fP /* Vea feature_test_macros(7) */ \fB#include \fP .PP \fBvoid *memfrob(void \fP\fIs\fP\fB[.\fP\fIn\fP\fB], size_t \fP\fIn\fP\fB);\fP .fi .SH DESCRIPCIÓN The \fBmemfrob\fP() function obfuscates the first \fIn\fP bytes of the memory area \fIs\fP by exclusive\-ORing each character with the number 42. The effect can be reversed by using \fBmemfrob\fP() on the obfuscated memory area. .PP Observe que esta función no es una rutina correcta de cifrado puesto que la constante para el XOR está fijada de antemano, y por tanto esta función sólo es válida para ocultar cadenas de caracteres temporalmente. .SH "VALOR DEVUELTO" The \fBmemfrob\fP() function returns a pointer to the obfuscated memory area. .SH ATRIBUTOS Para obtener una explicación de los términos usados en esta sección, véase \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Interfaz Atributo Valor T{ .na .nh \fBmemfrob\fP() T} Seguridad del hilo Multi\-hilo seguro .TE .sp 1 .SH ESTÁNDARES GNU. .SH "VÉASE TAMBIÉN" \fBbstring\fP(3), \fBstrfry\fP(3) .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Gerardo Aburruzaga García . .PP Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. .PP Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org .ME .