Archivo mensual: marzo 2013

Cisco Type 5 password generation with OpenSSL

In light of the discovered weakness in the Type 4 password encryption mechanism, this is a way of generating Type 5 passwords using OpenSSL: openssl passwd -salt `openssl rand -base64 3` -1 PLAINTEXT_PASSWORD After which it can be copied to … Sigue leyendo

Publicado en English, Linux, Net-admin, Notas | Deja un comentario