Skip to content

issues Search Results · repo:philipperemy/easy-encryption language:C++

Filter by

9 results
 (86 ms)

9 results

inphilipperemy/easy-encryption (press backspace or delete to remove)

The encode function works fine for English as far as I have tested. But it breaks for other Languages. For example, I used the encode function to encode a string in Gujarati. Decoding it produces some ...
  • coderGtm
  • 2
  • Opened 
    on Jul 31, 2022
  • #13

Hello I am trying to encrypt and decrypt the binary data. It somehow doesn t work. The size of contents before encryption is same as after encryption but somehow the contents do not match. `std::string ...
  • PixelClear
  • Opened 
    on Mar 31, 2022
  • #12

hello. in wrong key return bad string none utf-8. how to handle this ??
  • SudoDios
  • 1
  • Opened 
    on Dec 20, 2021
  • #11

Contrary to the readme.md this scheme is not safe and not unbreakable. 1. Applying a Base64-encoding before applying the Viginere cipher still leave the scheme vulnerable to attacks on the viginere-cipher ...
  • Vinc0682
  • 2
  • Opened 
    on Sep 7, 2019
  • #8

Hello! What about support for entire files?!! I need that, by the way the idea to combine base64 + a generated key is awesome! Well done! I tried to adapt your code to support encrypting/decrypting ...
  • MihaiBairac
  • 1
  • Opened 
    on Jul 18, 2019
  • #7

simple test case: auto str_en = encrypt( 很好 , 123 ); auto str = decrypt(str_en, 123 ); - str_en k5mWno== - str 观好 some minor issues i ve found are: 1. should add const to all strings ...
  • sjturen
  • 2
  • Opened 
    on Jul 11, 2019
  • #6

I want use it to encrypt some low confidentiality string,and use the key like zise_some_thing_happen. But the encryt_string is a bit long It decrypt some charact worry(part of my data). like: time : 2018-12-14 ...
  • ziserendexin
  • Opened 
    on Dec 18, 2018
  • #5

It isn t good to fill glogal namespace, so it is better to put all function in naespace like easy_encryption. Also, it is very important to protect headers with include guards (or #pragma once, or even ...
  • v1993
  • 4
  • Opened 
    on Jul 19, 2018
  • #4

Please, add license to you project. I m not shure about using it. P.S.: If you don t care, please, let it be MIT.
  • v1993
  • 1
  • Opened 
    on Jul 12, 2018
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.