1. you can make the size of the console window equal to the size of the screen. Use the System.Windows.Forms.Screen class.
2. you can catch each character that is typed, store it, and replace it on the screen with a '*'