I am trying to encrypt a past parameter but it is not working
What I want to encrypt is $cc['CODIGO']
<?php echo anchor('financeiro/edicao/'.$cc['CODIGO'],
'<span class="fa fa-pencil"></span>',
array('class' => 'btn btn-success')); ?>
Is there a way to encrypt, which is not deprecated, to send as a parameter in the link?