918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Line | |
---|
1 | // ******************************************************************************************************************************************************** |
---|
2 | // Aplicacin HIDRA |
---|
3 | // Copyright 2003-2005 Jos Manuel Alonso. Todos los derechos reservados. |
---|
4 | // Fichero: encriptacion.h |
---|
5 | // Descripcin: |
---|
6 | // Este proyecto implementa el servicio hidra en un ordenador con plataforma windows NT. Este fichero aporta las funciones de |
---|
7 | // encriptacin para las comunicaciones a travs de la red. |
---|
8 | // ********************************************************************************************************************************************************* |
---|
9 | //_____________________________________________________________________________________________________________ |
---|
10 | // |
---|
11 | #include <string.h> |
---|
12 | |
---|
13 | char * Desencriptar(char *); |
---|
14 | char * Encriptar(char *); |
---|
Note: See
TracBrowser
for help on using the repository browser.