• Cryptography, Cyphers, and Encryption

    From Tumblefluff to All on Tue Dec 13 05:33:35 2022
    I'm not going to write an essay on the subject matter, just tossing out a feeler to see if any of the users are interested in discussing the topic.
  • From Nightfox to Tumblefluff on Wed Dec 21 14:30:16 2022
    Re: Cryptography, Cyphers, and Encryption
    By: Tumblefluff to All on Tue Dec 13 2022 05:33 am

    I'm not going to write an essay on the subject matter, just tossing out a feeler to see if any of the users are interested in discussing the topic.

    I took a cryptography class in 2011 from the college I went to, as part of their software engineering department. I thought it was interesting, though I haven't done much practical with it.

    Nightfox
  • From Tumblefluff to Nightfox on Thu Dec 22 04:05:36 2022
    Re: Cryptography, Cyphers, and Encryption
    By: Nightfox to Tumblefluff on Wed Dec 21 2022 02:30 pm

    Re: Cryptography, Cyphers, and Encryption
    By: Tumblefluff to All on Tue Dec 13 2022 05:33 am

    I'm not going to write an essay on the subject matter, just tossing out feeler to see if any of the users are interested in discussing the topi

    I took a cryptography class in 2011 from the college I went to, as part of t

    Nightfox

    I've been interested in the subject since I was in High-School, and I thought up, but didn't write till later, an encryption system that is... well, it's a bit of a monster. I only ended up writing it after the topic came up in discussion with my fiance, and she said "make it"... so I did. Back when I thought up the idea, I had already realized one of the biggest vulnerabilities to encryption is pattern recognition, and I thought up something to fight that problem.

    Picture this... Use an index of keys and switch keys between each block in a non-cyclic patern. I wrote a working prototype of the idea and put it out on my GitHub under the project name "Vizini Encryption". There's been some improvments that we've thought up but haven't implemented yet.

    -Tumblefluff
  • From Nightfox to Tumblefluff on Thu Dec 22 09:39:38 2022
    Re: Cryptography, Cyphers, and Encryption
    By: Tumblefluff to Nightfox on Thu Dec 22 2022 04:05 am

    I've been interested in the subject since I was in High-School, and I thought up, but didn't write till later, an encryption system that is... well, it's a bit of a monster. I only ended up writing it after the topic came up in discussion with my fiance, and she said "make it"... so I did. Back when I thought up the idea, I had already realized one of the biggest vulnerabilities to encryption is pattern recognition, and I thought up something to fight that problem.

    Picture this... Use an index of keys and switch keys between each block in a non-cyclic patern. I wrote a working prototype of the idea and put it out on my GitHub under the project name "Vizini Encryption". There's been some improvments that we've thought up but haven't implemented yet.

    That sounds interesting.
    I'm not the most knowledgeable about the inner workings of encryption algorithms, but I know how to use them when developing softare. It's one of those things I think it would be good if I understood a bit better. :)

    Nightfox