Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
Crypter in VB
  • x3n0n
    Posts: 110
    Hey everyone,

    I'm working on a new crypter, I was wondering if any of you know any good encryption algorithms.
    Right now, I only got RC4 working. But I'm gonna implement RSA and IDEA encryption to.

    Any suggestions for encryptions to add?
  • Xin
    Posts: 3,251
    If you use prewritten encryptions it will be detected so try write your own, try get your RC4 crypter working at RUNTIME , rather than SCANTIME then work from there.
    Xin
  • x3n0n
    Posts: 110
    I'll try ;) (I've never coded a runtime crypter)
  • Xin
    Posts: 3,251
    said:


    I'll try ;) (I've never coded a runtime crypter)



    Scantimes arent useful though and are too easy to make, runtime is a lot more of a challenge

    You should make an opensource group project on it, as ive coded many crypters before, runtime, codedom etc so i could help a lot
    Xin