mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
20 lines
342 B
Plaintext
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
|