Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

vizimuchi

@vizimuchi
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Any examples on using libsodium-net , saving keypairs, encrypt/decrypt files?
    V vizimuchi

    Thanks for your reply. I figured this out

    KeyPair keyPair = PublicKeyBox.GenerateKeyPair();
    byte[] privateKey = keyPair.PrivateKey;
    byte[] publicKey = keyPair.PublicKey;

    // save to file
    File.WriteAllBytes(privateFilePath, privateKey);
    File.WriteAllBytes(publicFilePath, publicKey);

    C# question

  • Any examples on using libsodium-net , saving keypairs, encrypt/decrypt files?
    V vizimuchi

    saving keypairs , public keys to file, using these keys to encrypt decrypt a file?

    C# question

  • Any tips on how to create a UI like blizzard/origin/steam game clients using WinForms?
    V vizimuchi

    Hi Guys any tips on how to create UI's similar to these using WinForms? Origin Game Client[^] Steam Game Client[^] Blizzard Game Client[^]

    Windows Forms csharp winforms com design game-dev
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups