urbit/try/bin/aesen.hoon
2014-01-30 12:49:36 -08:00

20 lines
342 B
Plaintext

!:
:: /=try=/bin/aesen/hoon
::
:: AES encryption toy. Don't use this for anything real.
:: It will threaten non-termination and send your private key to
:: General Alexander via singing telegram.
::
=> %= .
+
=> +
^/===/lib/cryo
==
|= *
|= [k=@I m=@ ~]
^- bowl
=+ c=(en:aes k m)
:_ ~ :_ ~
:- %$
!> c