How to encrypt beam file against decompile

hi, for the compilation of erlang code, the beam file can be protected with the steps:
create ~/.erlang.crypt file with keys
run rebar3 with some options
so that the beam files can not be decrypted without right keys.

but for elixir projects, is there any solution have the similar behavior as above?

thanks.