shrub/try/bin/aesen.hoon

20 lines
342 B
Plaintext
Raw Normal View History

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