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
I

ianderf

@ianderf
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Where should I store credentials
    I ianderf

    It is. You need to decide yourself, where to store encrypted data - config, settings file, etc.

    C# sysadmin question

  • Developing a .NET obfuscator. Need feedback.
    I ianderf

    Well, I wasn't sure if it's allowed. I promise to write an article, but the project is not mature enough (yet).

    C# csharp com beta-testing help code-review

  • Where should I store credentials
    I ianderf

    Use the System.Security.Cryptography.ProtectedData class. It's designed for exactly this task.

    C# sysadmin question

  • Developing a .NET obfuscator. Need feedback.
    I ianderf

    Hello Here is a free .NET obfuscator, I've created it to use for my own projects. What it currently can do: rename types and remove namespaces, rename methods and fields, remove properties and events declarations, rename (private) assembly files. Basically, my primary goal was to make it remove all meaningful information that can help reverse engineers to analyze the program. It provides 2 features, that I needed and couldn't find in existing products: 1. Flexible settings system that allows fine-grained control over classes and members obfuscation parameters. 2. It can obfuscate public types and members (useful for assemblies that are not exposed outside of your program) Looking forward to your feedback.

    C# csharp com beta-testing help code-review
  • Login

  • Don't have an account? Register

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