Un foro de discusión para nuestra comunidad de hispano hablante
By rodrigogonzalez
#15146
Que tal buenas tardes, me encuentro en el desarrollo de un proceso, en este punto mi proceso genera convocatorias para gente que busca trabajo por lo cual tengo una pantalla donde los usuarios hacen el registro de solicitud, esta pantalla esta abierta al publico en general por lo que quisiera poder encriptarla, pero no tengo idea de como se realiza esto.

Agradezco de antemano la ayuda brindada. Gracias
User avatar
By yamilurbina
#16044
Hola Rodrigo,

Por lo que entiendo quieres encriptar tu conexion, verdad?
Puedes usar SSL para eso, pero tendrias que comprar un certificado para que la conexion sea realmente segura. Este articulo tiene mas detalles.

Saludos cordiales,
By rodrigogonzalez
#16156
Que tal yamil, mira lo que pasa es que yo tengo una dynaform llamada "Registro de Solicitantes", esta es una web entry para que gente externa al sistema de ProcessMaker acceda al link que genera la web entry y pueda registrarse, ahora lo que quiero es encriptar el codigo fuente de esa web entry para ke cualquier persona de esas que andan vagando en la internet pueda accesar a a el.

Mira te dejo el html y el xml de mi dynaform.

Gracias por la ayuda.


Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<dynaForm type="xmlform" name="8016748734db9d2ec9f9667099763394/4548388164dc0054f03f297000363341" width="800" enabletemplate="1" mode="" nextstepsave="" 

printdynaform="0">
  <TITULO type="title" enablehtml="0" btn_cancel="Cancel">
    <es>Registro de Solicitud</es>
  </TITULO>
  <TXT_CONVOCATORIA type="text" maxlength="64" validate="Any" required="0" readonly="1" size="15" mode="edit" btn_cancel="Cancel" mask="" strto="" dependentfields="" 

defaultvalue="" hint="" formula="" function="" sqlconnection="" savelabel="0">
    <es>Convocatoria a la que postula:</es>
    <es>Convocatoria a la que postula:</es>
  </TXT_CONVOCATORIA>
  <TXT_NOMBRE type="text" maxlength="40" validate="Alpha" strto="UPPER" required="1" readonly="0" size="40" mode="edit" btn_cancel="Cancelar" mask="" 

dependentfields="" defaultvalue="" hint="" formula="" function="" sqlconnection="" savelabel="0">
    <es>Nombre(s):</es>
  </TXT_NOMBRE>
  <TXT_AP_PATERNO type="text" maxlength="40" validate="Alpha" strto="UPPER" required="1" readonly="0" size="40" mode="edit" btn_cancel="Cancel">
    <es>Apellido Paterno:</es>
  </TXT_AP_PATERNO>
  <TXT_AP_MATERNO type="text" maxlength="40" validate="Alpha" strto="UPPER" required="1" readonly="0" size="40" mode="edit" btn_cancel="Cancel">
    <es>Apellido Materno:</es>
  </TXT_AP_MATERNO>
  <TXT_EMAIL type="text" maxlength="60" validate="Email" required="1" readonly="0" size="40" mode="edit" btn_cancel="Cancel" mask="" strto="" dependentfields="" 

defaultvalue="" hint="" formula="" function="" sqlconnection="" savelabel="0">
    <es>E-mail:</es>
  </TXT_EMAIL>
  <TXT_TELEFONO_LADA type="text" maxlength="3" validate="Int" required="0" readonly="0" size="3" mode="edit" btn_cancel="Cancel" mask="" strto="" dependentfields="" 

defaultvalue="" hint="" formula="" function="" sqlconnection="" savelabel="0">
    <es>Lada:</es>
  </TXT_TELEFONO_LADA>
  <TXT_TELEFONO type="text" maxlength="8" validate="Int" required="1" readonly="0" size="8" mode="edit" btn_cancel="Cancel" mask="" strto="" dependentfields="" 

defaultvalue="" hint="" formula="" function="" sqlconnection="" savelabel="0">
    <es><![CDATA[Teléfono:]]></es>
  </TXT_TELEFONO>
  <TXT_CELULAR_LADA type="text" maxlength="3" validate="Int" required="0" readonly="0" size="3" mode="edit" btn_cancel="Cancel" mask="" strto="" dependentfields="" 

defaultvalue="" hint="" formula="" function="" sqlconnection="" savelabel="0">
    <es/>
  </TXT_CELULAR_LADA>
  <TXT_CELULAR_MARCACION type="text" maxlength="3" validate="Int" required="0" readonly="0" size="3" mode="edit" btn_cancel="Cancel" mask="" strto="" 

dependentfields="" defaultvalue="" hint="" formula="" function="" sqlconnection="" savelabel="0">
    <es/>
  </TXT_CELULAR_MARCACION>
  <TXT_CELULAR type="text" maxlength="8" validate="Int" required="0" readonly="0" size="8" mode="edit" btn_cancel="Cancel" mask="" strto="" dependentfields="" 

defaultvalue="" hint="" formula="" function="" sqlconnection="" savelabel="0">
    <es>Celular:</es>
  </TXT_CELULAR>
  <TXT_CURP type="text" maxlength="18" validate="Any" required="0" readonly="0" size="20" mode="edit" btn_cancel="Cancel" strto="UPPER">
    <es>CURP:</es>
  </TXT_CURP>
  <TXT_NSS type="text" maxlength="11" validate="Int" required="0" readonly="0" size="20" mode="edit" btn_cancel="Cancel" strto="UPPER">
    <es>NSS:</es>
  </TXT_NSS>
  <TXT_RFC type="text" maxlength="13" validate="Any" required="1" readonly="0" size="20" mode="edit" btn_cancel="Cancel" strto="UPPER">
    <es>RFC:</es>
  </TXT_RFC>
  <TXT_CALLE type="text" maxlength="30" strto="UPPER" validate="Any" required="0" readonly="0" size="20" mode="edit" btn_cancel="Cancel">
    <es>Nombre de la calle:
</es>
  </TXT_CALLE>
  <TXT_NUM_INTERIOR type="text" maxlength="10" validate="Any" strto="UPPER" required="0" readonly="0" size="20" mode="edit" btn_cancel="Cancel">
    <es><![CDATA[Número Interior:
]]></es>
  </TXT_NUM_INTERIOR>
  <TXT_NUM_EXTERIOR type="text" maxlength="10" validate="Any" strto="UPPER" required="0" readonly="0" size="20" mode="edit" btn_cancel="Cancel">
    <es><![CDATA[Número Exterior:
]]></es>
  </TXT_NUM_EXTERIOR>
  <TXT_COLONIA type="text" maxlength="30" strto="UPPER" validate="Any" required="0" readonly="0" size="20" mode="edit" btn_cancel="Cancel">
    <es>Colonia: </es>
  </TXT_COLONIA>
  <TXT_DEL_MUNICIPIO type="text" maxlength="30" strto="UPPER" validate="Any" required="0" readonly="0" size="20" mode="edit" btn_cancel="Cancel">
    <es><![CDATA[Delegación o Municipio: ]]></es>
  </TXT_DEL_MUNICIPIO>
  <TXT_ESTADO type="dropdown" maxlength="25" validate="Any" strto="UPPER" required="1" readonly="0" size="20" mode="edit" btn_cancel="Cancel" dependentfields="" 

defaultvalue="" savelabel="0" hint="" sqlconnection="" options="Array">SELECT NOMBRE,NOMBRE
FROM AF_ESTADOS ORDER BY NOMBRE<es>Estado: <option name="seleccionar">Seleccionar</option></es>
</TXT_ESTADO>
  <DD_MEDIO_INGRESO_CONV type="dropdown" required="1" readonly="0" savelabel="0" mode="edit" options="Array" btn_cancel="Cancel">
    <es><![CDATA[¿Medio por el cual ingresó a la convocatoria?:
]]><option name="Convocatoria">Convocatoria</option><option name="Otros">Otros</option></es>
  </DD_MEDIO_INGRESO_CONV>
  <sub_familiares type="subtitle" enablehtml="1" btn_cancel="Cancelar">
    <es>Datos Familiares</es>
  </sub_familiares>
  <datos_familiares type="grid" xmlgrid="8016748734db9d2ec9f9667099763394/6228454324e4020cfe1b9a7039016682" addrow="1" deleterow="1" btn_cancel="Cancelar"/>
  <STITLE2 type="subtitle" enablehtml="0" btn_cancel="Cancelar" required="0" readonly="0" savelabel="0">
    <es><![CDATA[ENVÍO DE CURRICULUM VITAE]]></es>
  </STITLE2>
  <Input_Curriculum_Vitae type="file" input="2668934034dfa061f168ae2093347044" required="1" hint="Cargue en esta opción su curriculum vitae. Tenga en cuenta que es un 

requisito para la postulación." btn_cancel="Cancelar" readonly="0" savelabel="0">
    <es>Subir CV:</es>
  </Input_Curriculum_Vitae>
  <STITLE1 type="subtitle" enablehtml="0" btn_cancel="Cancel">
    <es>REFERENCIAS LABORALES</es>
  </STITLE1>
  <GRID_Referencias_Laborales type="grid" xmlgrid="8016748734db9d2ec9f9667099763394/7737653034dc00dce2a9944007077266" addrow="1" deleterow="1" btn_cancel="Cancel"/>
<STITLE3 type="subtitle" enablehtml="1" btn_cancel="Cancelar">
<es><![CDATA[AVISO DE PRIVACIDAD Y PROTECCIÓN DE INFORMACIÓN]]></es>
</STITLE3>

<TerminosConfidencialidad type="radiogroup" required="1" hint="" mode="edit" options="Array" btn_cancel="Cancelar" defaultvalue="" sqlconnection="" readonly="0" 

savelabel="0"><es><![CDATA[Acepta Términos de Confidencialidad de Datos ]]><option name="Si">Si</option><option name="No">No</option></es>
</TerminosConfidencialidad>
  <BTN_ENVIAR type="submit" btn_cancel="Cancel">
    <es>ENVIAR</es>
  </BTN_ENVIAR>
  <APRUEBA_ANTECEDENTES type="hidden" mode="edit" btn_cancel="Cancel"/>
  <HD_CONVOCATORIA type="hidden" mode="edit" btn_cancel="Cancel"> </HD_CONVOCATORIA>
  <HD_DERIVADO type="hidden" mode="edit" btn_cancel="Cancel" defaultvalue="0"> </HD_DERIVADO>
  <JSCRIPT type="javascript"><![CDATA[


function dynaformOnload(){cont = 2;grid = "GRID_Referencias_Laborales";addRowsGrid(cont, grid);} function addRowsGrid(row, grid){ for (var i = 1; i<=row; i++)

getObject(grid).addGridRow(1);}
function gup( name )
{
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp ( regexS );
var tmpURL = window.location.href;
var results = regex.exec( tmpURL );
if( results == null )
return"";
else
return results[1];
}
sCodConv=gup( 'codconv' );
document.getElementById("form[TXT_CONVOCATORIA]").value=sCodConv;//<--opcional
//changeToView(getField('TXT_CONVOCATORIA'),'','');
//CHANGE EDIT TO VIEW
function changeToView(oField, sText1, sText2)
{
sText1 = sText1 || '';
sText2 = sText2 || '';
oField.style.display='none';
if(oField.nodeName=='SELECT')
{
var newT = document.createTextNode(sText1 + oField.options[oField.selectedIndex].innerHTML + sText2);
oField.parentNode.appendChild(newT);
return;
}
else
{
var newT = document.createTextNode(sText1 + oField.value + sText2);
}
try
{
for(i=0;i<oField.parentNode.childNodes.length+1; i++)
{
if (oField.parentNode.childNodes[i].textContent != '' && oField.parentNode.childNodes[i].type!="text" && oField.parentNode.childNodes[i].type!="hidden")
{
oField.parentNode.removeChild(oField.parentNode.childNodes[i]);
}
}
}
catch (e)
{
if(oField.parentNode.childNodes[i-1].type!="text" && oField.parentNode.childNodes[i-1].type!="hidden")
oField.parentNode.removeChild(oField.parentNode.childNodes[i-1]);
}

oField.parentNode.appendChild(newT);
}
//PARA VERIFICAR EL TIPO DE CONVOCATORIA
sType=gup( 'type' );
if(getField('HD_DERIVADO').value==0)
{
if(sType=="pu8l1c0")
{// Obtenemos el elemento
var el = document.getElementById("imagen");
/* Obtenemos el padre de dicho elemento
// con la propiedad “parentNode”
var padre = el.parentNode;
// Eliminamos el hijo (el) del elemento padre
padre.removeChild(el);*/
el.innerHTML='<img src="http://www.crecelaboral.com/systesting8/es/classic/setup/showLogoFile.php?id=2tjU0JmT1dLT" id="Afore" width="188" height="80" alt="Afore">';
//identificamos a la Convocatoria como publica
getField('HD_CONVOCATORIA').value="publica";
}
else
{if(sType=="c0nf1d3nc14l")
{getField('HD_CONVOCATORIA').value="confidencial";}
//else
//{alert("Usted modifico la liga por lo que sera expulsado!!");
//window.location.href='http://www.google.com';}
}

//alert(getField('HD_CONVOCATORIA').value);
}


document.getElementById('form[TerminosConfidencialidad][Si]').onclick=function(){mostrar('BTN_ENVIAR');};
document.getElementById('form[TerminosConfidencialidad][No]').onclick=function(){
ocultar('BTN_ENVIAR');
alert("La solicitud no podrá ser enviada si no acepta los términos de Privacidad");
};
function ocultar()
{
hideRow( "BTN_ENVIAR" );
}
function mostrar()
{
showRow( "BTN_ENVIAR" );
}

function Valida()
{
if (getField( "TerminosConfidencialidad][No" ).checked == true)
{
return ocultar();
}else{
return mostrar();
}
}]]></JSCRIPT>
</dynaForm>
 




Code: Select all
<div class="borderForm" style="padding-left: 0pt; padding-right: 0pt; width: 699px;">
    <div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
    <div class="content" style="">
    <table width="99%">
      <tbody><tr>
        <td valign="top">
          <input class="notValidateThisFields" name="__notValidateThisFields__" id="__notValidateThisFields__" value="{$form_objectRequiredFields}" type="hidden">
          <input name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" type="hidden">
          <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                    <tbody>
            <tr>
              <td colspan="2" align="left">
              	<div id="imagen">
                </div>	
			  			<br></td>
            </tr>
            
                                                <tr>
              <td class="FormTitleAfore" colspan="2" align="">{$form.TITULO}</td>
            </tr>

<tr><td colspan="5"><font color="red">*  </font>Dudas y/o Aclaraciones comunicarse al teléfono 5488 9532 o al 5488 5421 </td>
                                                </tr><tr>
</tr><tr><td colspan="6">&nbsp;</td></tr><tr>

                                                </tr><tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$TXT_CONVOCATORIA}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_CONVOCATORIA}</td>
            </tr>
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$TXT_NOMBRE}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_NOMBRE}</td>
            </tr>
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$TXT_AP_PATERNO}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_AP_PATERNO}</td>
            </tr>
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$TXT_AP_MATERNO}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_AP_MATERNO}</td>
            </tr>
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$TXT_EMAIL}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_EMAIL}</td>
            </tr>                                                
                                                <tr>
              <td class="FormLabel" valign="top" width="{$form_labelWidth}"><font color="red">*  </font>{$TXT_TELEFONO}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_TELEFONO_LADA}&nbsp;-&nbsp;{$form.TXT_TELEFONO}<br><font style="font-size: 8px; 

color: rgb(0, 102, 

153);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LADA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NÚMERO</font></td>
            </tr>
             <tr>
              <td class="FormLabel" valign="top" width="{$form_labelWidth}">{$TXT_CELULAR}{$TXT_CELULAR_LADA}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_CELULAR_LADA}&nbsp;-&nbsp;

{$form.TXT_CELULAR_MARCACION}&nbsp;-&nbsp;{$form.TXT_CELULAR}<br><font style="font-size: 8px; color: rgb(0, 102, 

153);">MARCACIÓN</font><font style="font-size: 8px; color: rgb(0, 102, 153);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 

</font><font style="font-size: 8px; color: rgb(0, 102, 153);">LADA</font><font style="font-size: 8px; color: rgb(0, 102, 

153);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NÚMERO</font></td>
            </tr>            
            <tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$TXT_CURP}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_CURP}</td>
            </tr>
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$TXT_NSS}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_NSS}</td>
            </tr>                                                
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$TXT_RFC}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_RFC}</td>
            </tr>
            <tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$TXT_CALLE}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_CALLE}</td>
            </tr>            
            <tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$TXT_NUM_EXTERIOR}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_NUM_EXTERIOR}</td>
            </tr>
            <tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$TXT_NUM_INTERIOR}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_NUM_INTERIOR}</td>
            </tr>
             <tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$TXT_COLONIA}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_COLONIA}</td>
            </tr>
             <tr>
              <td class="FormLabel" width="{$form_labelWidth}">{$TXT_DEL_MUNICIPIO}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_DEL_MUNICIPIO}</td>
            </tr>
            <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$TXT_ESTADO}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TXT_ESTADO}</td>
            </tr>
           
            
                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$DD_MEDIO_INGRESO_CONV}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.DD_MEDIO_INGRESO_CONV}</td>
            </tr>

<tr>
              <td class="FormSubTitleAfore" colspan="2" id="form[sub_familiares]" align="">
                <span>{$form.sub_familiares}</span>
                                </td>
             </tr>

  <tr>
              <td colspan="2">{$form.datos_familiares}</td>
             </tr>


<tr>
              <td class="FormSubTitleAfore" colspan="3" id="form[STITLE2]" align="">
                <span>{$form.STITLE2}</span>
                                </td>
             </tr>
                                                <tr>
              <td colspan="3">{$form.GRID_Envio_CV}</td>
            </tr>


<tr>
              <td colspan="4"><strong>NOTA:</strong>Pulse el boton "Examinar..." y seleccione desde su computadora el 

archivo de su Curriculum Vitae</td>                        
              </tr>


                                                <tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$Input_Curriculum_Vitae}</td>
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.Input_Curriculum_Vitae}</td>
            </tr>
            <tr>
              <td class="FormSubTitleAfore" colspan="2" id="form[STITLE1]" align="">
                <span>{$form.STITLE1}</span>
                                </td>
             </tr>
                                                <tr>
              <td colspan="2">{$form.GRID_Referencias_Laborales}</td>
            </tr>
            <tr>
              <td colspan="2"><font color="red">*  </font>NOTA: Se recomienda agregar un mínimo de 3 referencias de los  últimos 3 

trabajos</td>
            </tr>

<tr>
              <td class="FormSubTitleAfore" colspan="2" id="form[STITLE3]" align="">
                <span>{$form.STITLE3}</span>
                                </td>
             </tr>
  <tr>
              <td colspan="2">Lea los <a href="http://crecelaboral.com/systesting8/es/afore/8016748734db9d2ec9f9667099763394/ConfidencialidadDatos.html" 

target="_blank">Términos de Privacidad</a> y si está de acuerdo seleccione "Si" a continuación
para enviar los datos y sea considerado en el proceso de reclutamiento y selección</td>
            </tr>


<tr>
              <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$TerminosConfidencialidad}</td>
              <!-- <td class='FormFieldContent' width="{$form_width}" >{$form.TerminosConfidencialidad} </td>  //-->
              <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TerminosConfidencialidad}</td> 
              </tr>
                                                <tr>
              <td class="FormButton" colspan="2" align="">{$form.BTN_ENVIAR}</td>
            </tr>
             <tr style="display: none;">
              <td colspan="2">{$form.HD_CONVOCATORIA}</td>
             </tr>
             <tr style="display: none;">
              <td colspan="2">{$form.HD_DERIVADO}</td>
             </tr>
                                                                      </tbody></table>
        </td>
      </tr>
    </tbody></table>
    <div class="FormRequiredTextMessage" align="center"><font color="red">*  </font>Required Field</div>       </div>
       <div class="boxBottomAfore"><div class="a"></div><div class="b"></div><div class="c"></div></div>
       </div>
                                                                                                                          

                                                                                                                          

                                                       <script type="text/javascript">
             {$form.JSCRIPT}
 </script>
 <br>{$APRUEBA_ANTECEDENTES}{$form.APRUEBA_ANTECEDENTES}
By rodrigogonzalez
#16399
Hola que tal de nuevo con dudas acerca del tema del encriptamiento, realmente lo que quiero no es encriptar el codigo javascript si no el html ya que el codigo que postee arriba es de una dynaform que a su vez es una web entry, entonces lo que pretendo es que si alguna persona presiona Ctrl + U en su computadora no le aparezca el codigo html de esta web entry, navegando por internet entoncre un html obfuscator (http://htmlobfuscator.com/) hice una prueba con un codigo html y lo pase en este obfuscador y me encripto el codigo.

Este codigo encriptado lo guarde en un bloc de notas con extension .html para despues abrirlo en mi navegador de internet y efectivamente lo abrio bien y al presionar CTRL + U no me desplego el codigo html, si no el codigo encriptado.

Al querer hacer esto en ProcessMaker me marca un error, me imagino yo que es por que no reconoce todo el codigo encriptado, quisiera saber que es lo que puedo hacer.

De antemano agradezco la ayuda brindada, saludos.

Gracias
User avatar
By milagrosmaria16
#822444
Buenas tardes,

En nuestro caso, necesitamos seguridad y queremos usar SSL, estamos tramitando la compra del certificado pero como hacer para instalarlo en el ProcessMaker.

Quedo a la espera de sus comentarios.

Muchas gracias!!!

A 1xbet clone script is a pre-designed software so[…]

4rabet clone script is enabling entrepreneurs to e[…]

Parimatch clone script is enabling entrepreneurs t[…]

In the world of cryptocurrency, a wallet is an app[…]