mirror of
https://github.com/urbit/shrub.git
synced 2024-12-13 16:03:36 +03:00
20 lines
342 B
Plaintext
20 lines
342 B
Plaintext
!:
|
|
:: /=try=/bin/aesde/hoon
|
|
::
|
|
:: AES decryption 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 c=@ ~]
|
|
^- bowl
|
|
=+ m=(de:aes k c)
|
|
:_ ~ :_ ~
|
|
:- %$
|
|
!> m
|