I hereby claim:
- I am twiddern on github.
- I am twiddern (https://keybase.io/twiddern) on keybase.
- I have a public key ASCP4qJxm5TWVr56hr52mp3n5mbFgZ17t6uug7mtV5MHpgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| def junos_crypt(plain, salt=None, stable_crypt=False): | |
| """ | |
| create and return a reversible Junos crypted passphrase, | |
| which can be used as a passphrase in places where the plain | |
| text must be accessible to the RE, such as BGP peerings | |
| :param plain: plain text passphrase | |
| :param salt: salt | |
| :param stable_crypt: always return the same hash without rotation |