GithubHelp home page GithubHelp logo

sdfencryptor's Introduction

SDF Encryptor

What is this project?

This is a simple project to help changing a SQL Server CE 4.0 database password from empty -> password, password -> new-password, password -> no password.

Required

Install SQL Server Compact 4.0 via Microsoft Web Platform Installer SP1

Usage

After cloning the source and building let's leverage the command-line.

// The simplest way to start the SDF Encryptor is like SdfEncryptor.exe [filename] [new-password] [old-password]
// In the example below we'll take a database that doesn't have a password configured and set a new password.
// If the last parameter is empty we'll assume it's a blank password.
$ SdfEncryptor.exe file.sdf StrongPassword

// In the example below we'll change the password from an old password to a new password.
$ SdfEncryptor.exe file.sdf new-password old-password

// And lastly it's possible to remove a password from an SDF DB like this:
// Note: the word _empty_ will be treated as a blank string "".
$ SdfEncryptor.exe file.sdf empty old-password

sdfencryptor's People

Contributors

mozketo avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.