• Breaking News

    Wednesday, April 17, 2019

    Cryptography GitHub - cambrian/accumulator: Cryptographic accumulators in Rust.

    Cryptography GitHub - cambrian/accumulator: Cryptographic accumulators in Rust.


    GitHub - cambrian/accumulator: Cryptographic accumulators in Rust.

    Posted: 16 Apr 2019 05:28 PM PDT

    Requesting review for my javascript password manager

    Posted: 16 Apr 2019 06:28 PM PDT

    The app: https://tiramisu77.github.io/pw_mngr/
    The code: https://github.com/Tiramisu77/pw_mngr/

    First, I'd like to apologize for putting everything into one file, I've just wanted the program to be lightweight and portable.

    The app is very simple, it turns the password table into json string, then encrypts it with AES-GCM and puts it into localStorage. The key (256 bits) is derived with PBKDF2 from user password, a new salt (128bits) and iv(96 bits) are created with crypto.getRandomValues for every new encryption and are stored together with ciphertext. Random passwords are generated with crypto.getRandomValues and are outputted in base64. All crypto primitives are provided by window.crypto.

    submitted by /u/Satoshi_Hodler
    [link] [comments]

    Prime Factorization - Python 3

    Posted: 16 Apr 2019 10:37 AM PDT

    Has anyone ported or knows of a port of complex factoring algorithms to Python3?

    My trivial favoriting strategies are working but not efficient.

    Thanks!

    -Alien

    submitted by /u/AlienDjinn
    [link] [comments]

    No comments:

    Post a Comment