Giter Club home page Giter Club logo

Comments (3)

svrdlans avatar svrdlans commented on June 16, 2024 3

This might be helpful - :aes_cbc256 is a retired cypher name, here is a list of mappings to new names

Instead of: Use:
aes_cbc128 aes_128_cbc
aes_cbc256 aes_256_cbc
aes_cbc aes_128_cbc, aes_192_cbc, aes_256_cbc
aes_ccm aes_128_ccm, aes_192_ccm, aes_256_ccm
aes_cfb128 aes_128_cfb128, aes_192_cfb128, aes_256_cfb128
aes_cfb8 aes_128_cfb8, aes_192_cfb8, aes_256_cfb8
aes_ctr aes_128_ctr, aes_192_ctr, aes_256_ctr
aes_gcm aes_128_gcm, aes_192_gcm, aes_256_gcm
des3_cbc des_ede3_cbc
des3_cbf des_ede3_cfb
des3_cfb des_ede3_cfb
des_ede3 des_ede3_cbc
des_ede3_cbf des_ede3_cfb

EDIT: here is the PR for this -> #161

from libcluster.

bitwalker avatar bitwalker commented on June 16, 2024 1

Fixed in master, and in the soon to be released v3.3.0

from libcluster.

burmajam avatar burmajam commented on June 16, 2024

With updated lib old error message is gone but new one appeared:

[error] GenServer #PID<0.5792.0> terminating
** (stop) {:badarg, {'api_ng.c', 141}, 'Unknown cipher'}
    (crypto 5.0) :crypto.ng_crypto_one_time_nif(:aes_cbc256, <<...>>, true, :undefined)
    (libcluster 3.3.0) lib/strategy/gossip.ex:264: Cluster.Strategy.Gossip.encrypt/3
    (libcluster 3.3.0) lib/strategy/gossip.ex:227: Cluster.Strategy.Gossip.heartbeat/2

from libcluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.