GithubHelp home page GithubHelp logo

Comments (3)

exaexa avatar exaexa commented on August 24, 2024

Hello,

it's actually much simpler - key import and all other data-reading operations still require --ascii switch when you try to read ascii-formatted data. Actual "missing" code (for this case) is on the beginning of this function:

https://github.com/exaexa/codecrypt/blob/master/src/actions.cpp#L1007

As this is not very userfriendly indeed, it's going to get fixed in next release; probably just with the automatical attempt to fallback to ascii. Please leave this bug open for tracking.

from codecrypt.

liamzdenek avatar liamzdenek commented on August 24, 2024

In the meantime, you should update README.md to show importing with the same encoding. It is misleading to have the keys written using ASCII:

ccr -p -a -o my_pubkeys.asc -F Doe  # export your pubkeys for friends

and then imported without ASCII:

ccr -i -R friends_pubkeys.asc --name "Friendly Frank"

Edit: noticed that you just did this. Disregard me

from codecrypt.

exaexa avatar exaexa commented on August 24, 2024

Fixed by f2d1ba9 -- it prints out helpful message, user will know what to do.

I was thinking about the possibility that codecrypt would automatically try switching to ascii/non-ascii mode on failure, but that would bring possible logic errors and a need for a switch that disables the auto-fallback, and a lot more of code only for human convenience.... No way. :D

from codecrypt.

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.